summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-25 14:30:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-25 14:30:14 +0000
commit07bf2af864790e8d0930f66361ec91d95ff12800 (patch)
treef5638fe66022757459a23c3a4ac52536df002d4c /libavformat/allformats.h
parent43dcf590d84772d0da7b413a321782a78425922a (diff)
MXF demuxer
Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index f26375451c..89e1ae7d06 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -69,6 +69,7 @@ extern AVInputFormat mpegps_demuxer;
extern AVInputFormat mpegts_demuxer;
extern AVOutputFormat mpegts_muxer;
extern AVOutputFormat mpjpeg_muxer;
+extern AVInputFormat mxf_demuxer;
extern AVInputFormat nsv_demuxer;
extern AVInputFormat nut_demuxer;
extern AVOutputFormat nut_muxer;