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

kostya subversion at mplayerhq.hu
Thu Aug 23 18:02:22 CEST 2007


Author: kostya
Date: Thu Aug 23 18:02:22 2007
New Revision: 1167

Log:
Set last slice flag default to zero

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Thu Aug 23 18:02:22 2007
@@ -1909,7 +1909,7 @@ static int rv40_decode_frame(AVCodecCont
     int i;
     int slice_count, *slice_offset;
     int zero_offset = {0};
-    int last;
+    int last = 0;
 
     /* no supplementary picture */
     if (buf_size == 0) {



More information about the FFmpeg-soc mailing list