I noticed after upgrading from 3.3 to 3.4 that loading B44A compressed files resulted in empty textures. After writing a B44A file the reads started to work. After digging a bit in the sources it seems to me the internal_exr_undo_b44a function is simply missing a call to exrcore_ensure_b44_tables?
I noticed after upgrading from 3.3 to 3.4 that loading B44A compressed files resulted in empty textures. After writing a B44A file the reads started to work. After digging a bit in the sources it seems to me the
internal_exr_undo_b44afunction is simply missing a call toexrcore_ensure_b44_tables?