Opened 4 years ago

Closed 4 years ago

#716 closed defect (fixed)

pps_dep_quant_enabled_flag not defined

Reported by: biaowang Owned by:
Priority: minor Milestone: VTM-7.1
Component: spec Version: VVC D7 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

syntax pps_dep_quant_enabled_flag in picture header syntax table is not defined.
According to context, it should be replaced with pps_dep_quant_enabled_idc, which is defined in PPS

Change history (2)

comment:1 Changed 4 years ago by yk

Good catch! Thanks! Fixed in an editorial input being prepared by the editors, by replacing "if (!pps_dep_quant_enabled_flag )" with "if( pps_dep_quant_enabled_idc = = 0 )".

comment:2 Changed 4 years ago by yk

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.