This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove unneeded check.
Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet
17 years ago
parent
a44cb89b0f
commit
a6cef9651d
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/indeo3.c
+ 0
- 3
libavcodec/indeo3.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save