Remove unneeded check.
authorBenoit Fouet <benoit.fouet@free.fr>
Mon, 26 Jan 2009 09:42:48 +0000 (09:42 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Mon, 26 Jan 2009 09:42:48 +0000 (09:42 +0000)
Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/indeo3.c

index d041be7..6173c6f 100644 (file)
@@ -937,9 +937,6 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s,
             }
         }
 
-        if(strip < strip_tbl)
-            return;
-
         for( ; strip >= strip_tbl; strip--) {
             if(strip->split_flag != 0) {
                 strip->split_flag = 0;