Mercurial > mplayer.hg
diff libmpeg2/slice.c @ 13123:34df725814e8
postproc fix
| author | henry |
|---|---|
| date | Tue, 24 Aug 2004 20:23:11 +0000 |
| parents | cda4ad0d3e70 |
| children | 1385ec491ffb |
line wrap: on
line diff
--- a/libmpeg2/slice.c Tue Aug 24 19:36:17 2004 +0000 +++ b/libmpeg2/slice.c Tue Aug 24 20:23:11 2004 +0000 @@ -142,6 +142,7 @@ quantizer_scale_code = UBITS (bit_buf, 5); DUMPBITS (bit_buf, bits, 5); + decoder->quantizer_scale = decoder->quantizer_scales[quantizer_scale_code]; decoder->quantizer_matrix[0] = decoder->quantizer_prescale[0][quantizer_scale_code];
