mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
return AVERROR_EOF
Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
350f2c2cef
commit
9291fdf7bc
@ -339,7 +339,7 @@ static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
skip:
|
||||
url_fskip(s->pb, klv.length);
|
||||
}
|
||||
return AVERROR(EIO);
|
||||
return AVERROR_EOF;
|
||||
}
|
||||
|
||||
static int mxf_read_primer_pack(MXFContext *mxf)
|
||||
|
Loading…
Reference in New Issue
Block a user