diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2009-01-26 09:42:48 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2009-01-26 09:42:48 +0000 |
commit | a6cef9651d033d2f5d7d775c54f148c710b558bb (patch) | |
tree | 6970bac648d73856f1c0974794e9e39064aba520 /libavcodec/indeo3.c | |
parent | a44cb89b0f53d55dd1814138ba6526ecaf985f12 (diff) | |
download | ffmpeg-a6cef9651d033d2f5d7d775c54f148c710b558bb.tar.gz |
Remove unneeded check.
Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r-- | libavcodec/indeo3.c | 3 |
1 files changed, 0 insertions, 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; |