Opened 12 years ago Closed 12 years ago #954 closed defect (fixed)VPS extension assert
Description
The HM VPS parsing code (in TDecCAVLC.cpp) contains an assert to check that vps_extension_flag is equal to 0 and does not parse vps_extension_data_flag, but the specification requires that when vps_extension_data_flag is equal to 1 conforming decoders shall ignore all data that follow the vps_extension_flag.
The attached patch (based on HM-9.1-dev rev 3218) fixes the problem with a solution that matches how sps_extension_flag is handled. Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by jonatancomment:2 Changed 12 years ago by fbossen
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
|
Fixed in r3275