This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
return AVERROR_EOF
Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier
16 years ago
parent
350f2c2cef
commit
9291fdf7bc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/mxfdec.c
+ 1
- 1
libavformat/mxfdec.c
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save