Opened 4 years ago
Closed 4 years ago
#1454 closed defect (fixed)
Typo in 7.3.11.6 (Palette coding syntax)
Reported by: | kazui | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vH |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
The following line in 7.3.11.6
if( PaletteIndexMap[ cIdx ][ xC ][ yC ] = = MaxPaletteIndex ) {
should be replaced with
if( PaletteIndexMap[ xC ][ yC ] = = MaxPaletteIndex ) {
,since PaletteIndexMap is defined as a two-dimensional array.
NOTE: The same defect appears in JVET-T2001-v2.
Change history (1)
comment:1 Changed 4 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! Will be fixed in JVET-U1004-v1.