#1283 closed enhancement (fixed)check remaining bytes of slice segment data
Description
The spec requires that once decoding end_of_slice_segment_flag with value 1, the remaining bytes in the slice segment data must not be different from zero. The attached patch adds this check. Attachments (1)Change History (6)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by PhuongNguyencomment:2 Changed 11 years ago by PhuongNguyen
Actually, it seems that the conformance stream DBLK_A_MAIN10_VIXS_3.bit violates this point in the specs. The last byte in the stream is 0xff. It appears after the byte 0x30 used for decoding end_of_slice segment_flag equal to 1 and end of slice segment data, which is also end of stream. The last byte should be 0x00 instead of 0xff. comment:3 Changed 11 years ago by ksuehring
comment:4 Changed 10 years ago by karlsharman
Added in r4116. comment:5 Changed 10 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
source code patch