[FFmpeg-soc] [soc]: r1159 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Wed Aug 22 19:52:23 CEST 2007
Author: kostya
Date: Wed Aug 22 19:52:23 2007
New Revision: 1159
Log:
Use provided slice end
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Aug 22 19:52:23 2007
@@ -1586,7 +1586,7 @@ static int rv40_decode_slice(RV40DecCont
}
r->si.size = size;
- r->si.end = s->mb_width * s->mb_height;
+ r->si.end = end;
r->quant = r->si.quant;
r->bits = r->si.size;
r->block_start = r->si.start;
More information about the FFmpeg-soc
mailing list