summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-08-26 15:58:25 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-08-26 15:58:25 +0000
commitcedebde15adf210a0dd301830776fec1f4ca387a (patch)
treeda705a162dddc43210b223fb1c5bd5dbd121c7b6 /libavformat/allformats.c
parentef1bc972ddf483e9938bd52a62a75c9ed217d522 (diff)
Remaining parts of GSoC MXF muxer by Zhentan Feng.
Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index bb15212bd8..d207c3b7f1 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -124,7 +124,7 @@ void av_register_all(void)
REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp);
REGISTER_DEMUXER (MTV, mtv);
REGISTER_DEMUXER (MVI, mvi);
- REGISTER_DEMUXER (MXF, mxf);
+ REGISTER_MUXDEMUX (MXF, mxf);
REGISTER_DEMUXER (NSV, nsv);
REGISTER_MUXER (NULL, null);
REGISTER_MUXDEMUX (NUT, nut);