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

kostya subversion at mplayerhq.hu
Tue Jul 17 19:12:05 CEST 2007


Author: kostya
Date: Tue Jul 17 19:12:05 2007
New Revision: 459

Log:
Reset block position after picture decoding

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Tue Jul 17 19:12:05 2007
@@ -824,6 +824,7 @@ if(s->pict_type != I_TYPE)return -1;
             ff_print_debug_info(s, pict);
         }
         s->current_picture_ptr= NULL; //so we can detect if frame_end wasnt called (find some nicer solution...)
+        s->mb_x = s->mb_y = 0;
     }
 
     return buf_size;



More information about the FFmpeg-soc mailing list