[FFmpeg-cvslog] r18271 - trunk/libavcodec/interplayvideo.c

reimar subversion
Tue Mar 31 16:44:46 CEST 2009


Author: reimar
Date: Tue Mar 31 16:44:46 2009
New Revision: 18271

Log:
100l, fix FATE test broken by r18264

Modified:
   trunk/libavcodec/interplayvideo.c

Modified: trunk/libavcodec/interplayvideo.c
==============================================================================
--- trunk/libavcodec/interplayvideo.c	Tue Mar 31 16:10:45 2009	(r18270)
+++ trunk/libavcodec/interplayvideo.c	Tue Mar 31 16:44:46 2009	(r18271)
@@ -307,7 +307,7 @@ static int ipvideo_decode_block_opcode_0
         /* need 10 more bytes */
         CHECK_STREAM_PTR(10);
 
-        if (P[2] <= P[3]) {
+        if (s->stream_ptr[4] <= s->stream_ptr[5]) {
 
             B[0] = *s->stream_ptr++;  B[1] = *s->stream_ptr++;
             B[2] = *s->stream_ptr++;  B[3] = *s->stream_ptr++;



More information about the ffmpeg-cvslog mailing list