Skip to content
Snippets Groups Projects
Commit 9291fdf7 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

return AVERROR_EOF

Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 350f2c2c
Branches
Tags
No related merge requests found
...@@ -339,7 +339,7 @@ static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -339,7 +339,7 @@ static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt)
skip: skip:
url_fskip(s->pb, klv.length); url_fskip(s->pb, klv.length);
} }
return AVERROR(EIO); return AVERROR_EOF;
} }
static int mxf_read_primer_pack(MXFContext *mxf) static int mxf_read_primer_pack(MXFContext *mxf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment