Commit 9541e590 authored by bcoudurier's avatar bcoudurier

return AVERROR_EOF

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18993 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e40e27b
......@@ -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