Opened 5 years ago
Closed 5 years ago
#860 closed defect (fixed)
parameter setting in subpic sub-bitstream extraction is not correct
Reported by: | LIJINGYA | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D8 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In C.7 Subpicture sub-bitstream extraction process:
Following process seems not correct:
"Rewrite the value of sps_num_subpics_minus1 in all referred to SPS NAL units and pps_num_subpics_minus1 in all referred to PPS NAL units to 1."
Suggested change:
"Rewrite the value of sps_num_subpics_minus1 in all referred to SPS NAL units and pps_num_subpics_minus1 in all referred to PPS NAL units to 0."
Change history (1)
comment:1 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for the good catch! Will be fixed in JVET-Q2001-vC.