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

kostya subversion at mplayerhq.hu
Fri Aug 3 19:29:43 CEST 2007


Author: kostya
Date: Fri Aug  3 19:29:43 2007
New Revision: 601

Log:
Don't forget to zero number of blocks to skip for each slice

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Fri Aug  3 19:29:43 2007
@@ -919,6 +919,7 @@ ff_er_add_slice(s, 0, 0, s->mb_width-1, 
 return 0;
 }
 
+    r->skip_blocks = 0;
     mb_pos = s->mb_x + s->mb_y * s->mb_width;
     if(r->block_start != mb_pos){
         av_log(s->avctx, AV_LOG_ERROR, "Slice indicates MB offset %d, got %d\n", r->block_start, mb_pos);



More information about the FFmpeg-soc mailing list