[FFmpeg-soc] [soc]: r380 - rv40/rv40.c

kostya subversion at mplayerhq.hu
Thu Jul 12 07:57:58 CEST 2007


Author: kostya
Date: Thu Jul 12 07:57:58 2007
New Revision: 380

Log:
10l: initialize s->resync_mb_y as it it used in ff_er_add_slice()

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Thu Jul 12 07:57:58 2007
@@ -625,6 +625,7 @@ static int rv40_decode_slice(RV40DecCont
     memset(r->intra_types, -1, r->intra_types_stride * 4 * 2 * sizeof(int));
     s->first_slice_line = 1;
     s->resync_mb_x= s->mb_x;
+    s->resync_mb_y= s->mb_y;
     ff_init_block_index(s);
     //XXX: better bounds detection?
     while((get_bits_count(&s->gb) + 5 < r->bits) && (s->mb_y < s->mb_height)) {



More information about the FFmpeg-soc mailing list