Opened 5 years ago
Closed 5 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 5 years ago by yk
comment:2 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
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 )".