Opened 10 years ago Closed 10 years ago #1301 closed defect (fixed)Tile check should be done only when tiles are enabled
Description
Revision r4006 introduced TILE_SIZE_CHECK block of code which works even when tiles are not enabled in the stream. This makes decoding small resolution streams impossible. Specification states that profile checks for tile column width and height should be done only "When a PPS has tiles_enabled_flag equal to 1".
These checks should be done only when tiles are enabled. Attachments (1)Change History (3)comment:1 Changed 10 years ago by DefaultCC Plugin
Changed 10 years ago by gregorycomment:2 Changed 10 years ago by ksuehring
fixed in r4020 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
|
Suggested fix