summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Karcher <ffmpeg@mkarcher.dialup.fu-berlin.de>2011-10-21 23:32:33 +0200
committerAnton Khirnov <anton@khirnov.net>2011-12-18 16:23:16 +0100
commitf40e7eb573a42cd90323a1273af9634bbaf7ef14 (patch)
tree5c013c714ccb6b841221c3d0e80754e141123d08 /libavformat/allformats.c
parentee20b332c872b48cbcf914a2b4adc52aa3e94175 (diff)
lavf: add OpenMG audio muxer.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 fe775f4cce..c75f1bacae 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -156,7 +156,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (NUT, nut);
REGISTER_DEMUXER (NUV, nuv);
REGISTER_MUXDEMUX (OGG, ogg);
- REGISTER_DEMUXER (OMA, oma);
+ REGISTER_MUXDEMUX (OMA, oma);
REGISTER_MUXDEMUX (PCM_ALAW, pcm_alaw);
REGISTER_MUXDEMUX (PCM_MULAW, pcm_mulaw);
REGISTER_MUXDEMUX (PCM_F64BE, pcm_f64be);