Opened 5 years ago
Closed 5 years ago
#638 closed defect (fixed)
Typo of pps variable in picture header
Reported by: | jeromnhsu | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In JVET-P2001-vA, in picture header,
if( sps_triangle_enabled_flag && MaxNumMergeCand >= 2 && !pps_max_num_merge_cand_minus_max_num_triangle_cand_minus1 )
pic_max_num_merge_cand_minus_max_num_triangle_cand
=>
pps_max_num_merge_cand_minus_max_num_triangle_cand_minus1 should be pps_max_num_merge_cand_minus_max_num_triangle_cand_plus1
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 reporting.
This will be fixed JVET-P2001-vB.