Opened 5 years ago
Closed 5 years ago
#729 closed defect (fixed)
Minor error in the assignment of ctxInc to tu_cbf_cr[ ][ ]
Reported by: | WentingCai | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In spec, "intra_bdpcm_chroma_flag ? 2 : tu_cbf_cb[ ][ ][ ]"
in Table 128 should be revised as
"intra_bdpcm_chroma_flag ? 2 : tu_cbf_cb[ ][ ]".
A pair of "[ ]" should be deleted.
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.
Good catch! This will be fixed in the editorial input to the next meeting.