Author: kostya
Date: Wed Aug 22 19:51:16 2007
New Revision: 1158

Log:
Checking 'last' flag should be enough

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Aug 22 19:51:16 2007
@@ -1954,7 +1954,7 @@ static int rv40_decode_frame(AVCodecCont
         //rv40_postprocess(r);
     }
 
-    if(s->mb_y >= s->mb_height || last){
+    if(last){
         r->prev_si.type = -1;
         ff_er_frame_end(s);
         MPV_frame_end(s);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to