Author: kostya
Date: Wed Aug 22 19:49:33 2007
New Revision: 1156

Log:
1000l: frame may end with skip blocks

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Aug 22 19:49:33 2007
@@ -1548,6 +1548,8 @@ static int rv40_decode_macroblock(RV40De
 static int check_slice_end(RV40DecContext *r, MpegEncContext *s)
 {
     int bits;
+    if(r->skip_blocks)
+        return 0;
     if(s->mb_y >= s->mb_height)
         return 1;
     bits = r->bits - get_bits_count(&s->gb);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to