Opened 4 years ago

Closed 4 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 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for spotting this mismatch. This will be fixed in the editorial input to the next meeting.

Note: See TracTickets for help on using tickets.