Opened 7 years ago Closed 7 years ago #1483 closed defect (fixed)Missing initialization of lastPaletteSize[i]
Description
missing initialization of lastPaletteSize[i] to 0 when (pps_palette_predictor_initializer_present_flag==1 && pps_num_palette_predictor_initializer==0)
HM Decoder 16.15_SCM8.4
TDecSlice.cpp --> Void TDecSlice::xSetPredFromPPS()
if( num )
should change to
Change History (2)comment:1 Changed 7 years ago by iole_moccagatta
comment:2 Changed 7 years ago by libin
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
fixed in r4936.