Opened 10 years ago Closed 10 years ago #1360 closed defect (duplicate)no syntax reading in code
Description
There is no reading of colour_plane_id in HM-dev reference s\w, which is in the spec:
Change History (6)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by karlsharman
comment:3 Changed 10 years ago by kolya
It seems that assert is working in DEBUG mode only, or you need to make some actions. Thus, it does not protect to the full extent. The reported issue is only to report that reference s\w differs from the spec. comment:4 Changed 10 years ago by ksuehring
The representation information of colour plane information in the syntax was very generic from the beginning and always only constraint by profile/level.
In our build environment asserts are enabled also on release mode (with minor speed impact). We rely heavily on them in various places, so building without them would require changes throughout the software.
In general we need to improve PTL checking, but unless we have started a generic implementation, I don't think we need to change this check. comment:5 Changed 10 years ago by kolya
Okay, I am using a kind of different build environment. Thank you for clarification. comment:6 Changed 10 years ago by karlsharman
Added to #1367. Closed as duplicate. 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
|
No currently defined conformant bit-stream can have the separate_colour_plane_flag set, and the code will assert if it is set. So is there anything to fix?