Commit 9291fdf7 authored by Baptiste Coudurier's avatar Baptiste Coudurier

return AVERROR_EOF

Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 350f2c2c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment