[SCM] libav/experimental: 100l, fix FATE test broken by r18264

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 3f300d7e25e2cd9153995b7b2101bc06abb72152
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue Mar 31 14:44:46 2009 +0000

    100l, fix FATE test broken by r18264
    
    Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index ecf6c19..07f73bb 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -307,7 +307,7 @@ static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s)
         /* 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++;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list