Opened 5 years ago
Closed 5 years ago
#737 closed defect (fixed)
mismatch of sps_palette_enabled_flag and sps_act_enabled_flag coding order
Reported by: | hanhuang | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In the current VTM, sps_act_enabled_flag is coded before sps_palette_enabled_flag as in the implementation of JVET-P0517. In the current spec., the order is the opposite.
if( chroma_format_idc = = 3 ) {
sps_palette_enabled_flag u(1)
sps_act_enabled_flag u(1)
}
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for spotting this mismatch. This will be fixed in the editorial input to the next meeting.