return AVERROR_EOF
Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
350f2c2cef
commit
9291fdf7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue