Opened 6 years ago
Closed 6 years ago
#414 closed defect (fixed)
Missing parenthesis in slice header syntax table
| Reported by: | abe.kiyo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | spec | Version: | VVC D6 vE |
| Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In "7.3.6.1 General slice header syntax", "{" should be added in the end of following lines.
| if( partition_constraints_override_enabled_flag ) | ||||
| partition_constraints_override_flag | ||||
| if( partition_constraints_override_flag ) { | ||||
| slice_log2_diff_min_qt_min_cb_luma | ||||
| slice_max_mtt_hierarchy_depth_luma | ||||
| if( slice_max_mtt_hierarchy_depth_luma != 0 ) { | ||||
| slice_log2_diff_max_bt_min_qt_luma | ||||
| slice_log2_diff_max_tt_min_qt_luma | ||||
| } | ||||
| if( slice_type = = I && qtbtt_dual_tree_intra_flag ) { | ||||
| slice_log2_diff_min_qt_min_cb_chroma | ||||
| slice_max_mtt_hierarchy_depth_chroma | ||||
| if( slice_max_mtt_hierarchy_depth_chroma != 0 ) { | ||||
| slice_log2_diff_max_bt_min_qt_chroma | ||||
| slice_log2_diff_max_tt_min_qt_chroma | ||||
| } | ||||
| } | ||||
| } | ||||
| } | ||||
Change history (1)
comment:1 Changed 6 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 is fixed in the current version of JVET-P2001.