From a6cef9651d033d2f5d7d775c54f148c710b558bb Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 26 Jan 2009 09:42:48 +0000 Subject: Remove unneeded check. Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/indeo3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index d041be75ee..6173c6f2e6 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -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; -- cgit v1.2.3