Commit a6cef965 authored by Benoit Fouet's avatar Benoit Fouet

Remove unneeded check.

Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a44cb89b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment