You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encoder does not seem to terminate slices properly. At the least, it misses the end_of_slice_one_bit syntax element but I think it might also miss the end_of_tile_one_bit syntax element, both of which are required by the specification. There seems to be some code which aims to write this data, but it is commented out:
The encoder does not seem to terminate slices properly. At the least, it misses the
end_of_slice_one_bit
syntax element but I think it might also miss theend_of_tile_one_bit
syntax element, both of which are required by the specification. There seems to be some code which aims to write this data, but it is commented out:uvg266/src/encoderstate.c
Lines 902 to 919 in 9c29121
The text was updated successfully, but these errors were encountered: