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
electronicarts: Pass error through ea_read_header().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer
13 years ago
parent
0d3a51e5d2
commit
f37174bc19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/electronicarts.c
+ 1
- 1
libavformat/electronicarts.c
View File
@@ -408,7 +408,7 @@ static int ea_read_header(AVFormatContext *s,
EaDemuxContext *ea = s->priv_data;
AVStream *st;
if (
!
process_ea_header(s))
if (process_ea_header(s)
<=0
)
return AVERROR(EIO);
if (ea->video_codec) {
Write
Preview
Loading…
Cancel
Save