mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove unneeded check.
Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a44cb89b0f
commit
a6cef9651d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user