Opened 10 years ago Closed 10 years ago #1366 closed defect (invalid)Cross component prediction should be done only in 4:4:4 chroma
Description
Check for chroma format is absent in TDecSbac::parseCrossComponentPrediction. This makes it possible to turn cross component prediction in profiles that don't support it. Specification doesn't require cross_component_prediction_enabled_flag to be 0 even in main and main10 profiles.
Attached is a patch that adds this check. 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 gregory
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
|
Closing as invalid because apparently
"When ChromaArrayType is not equal to 3, it is a requirement of bitstream conformance that the value of cross_component_prediction_enabled_flag shall be equal to 0."