You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
electronicarts: Pass error through ea_read_header().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -408,7 +408,7 @@ static int ea_read_header(AVFormatContext *s,
|
|||||||
EaDemuxContext *ea = s->priv_data;
|
EaDemuxContext *ea = s->priv_data;
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
|
|
||||||
if (!process_ea_header(s))
|
if (process_ea_header(s)<=0)
|
||||||
return AVERROR(EIO);
|
return AVERROR(EIO);
|
||||||
|
|
||||||
if (ea->video_codec) {
|
if (ea->video_codec) {
|
||||||
|
Reference in New Issue
Block a user