summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-09-06 22:08:29 +0200
committerJanne Grunau <janne-libav@jannau.net>2011-09-22 20:39:24 +0200
commitdcb9f6a20dbddd1f95b6b322fc4c5fd0b5315729 (patch)
tree7bb02c8f5a792105bcec6202e547402731dffb9d /libavformat/allformats.c
parent59df4b82a5d2d614636076b0bd3e03aba400fc96 (diff)
Add LATM demuxer
This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
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 d640340cec..8e89b2f4ff 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -113,7 +113,7 @@ void av_register_all(void)
REGISTER_DEMUXER (IV8, iv8);
REGISTER_MUXDEMUX (IVF, ivf);
REGISTER_DEMUXER (JV, jv);
- REGISTER_MUXER (LATM, latm);
+ REGISTER_MUXDEMUX (LATM, latm);
REGISTER_DEMUXER (LMLM4, lmlm4);
REGISTER_DEMUXER (LXF, lxf);
REGISTER_MUXDEMUX (M4V, m4v);