From: benoit Date: Mon, 26 Jan 2009 09:42:48 +0000 (+0000) Subject: Remove unneeded check. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/89bc11caac22dfc674ae2258da78eaadd5bbce27 Remove unneeded check. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index d041be75e..6173c6f2e 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;