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) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc