[FFmpeg-soc] [soc]: r1350 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Sun Sep 16 17:11:23 CEST 2007
Author: kostya
Date: Sun Sep 16 17:11:22 2007
New Revision: 1350
Log:
Reinitialize quantizer for each macroblock (in case of dquant)
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Sun Sep 16 17:11:22 2007
@@ -1641,6 +1641,7 @@ static int rv40_decode_macroblock(RV40De
if(s->mb_x && !s->first_slice_line && !((s->mb_y-1)==s->resync_mb_y && s->mb_x == s->resync_mb_x))
r->avail[3] = 1;
+ r->quant = r->si.quant;
cbp = cbp2 = rv40_decode_mb_header(r, intra_types);
if(cbp == -1)
More information about the FFmpeg-soc
mailing list