Commit 89bc11ca authored by benoit's avatar benoit

Remove unneeded check.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c078bc6
......@@ -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