summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-15 01:11:17 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-15 01:11:17 +0200
commit2c2d1624a2e70693045868b8b841a24a9b711507 (patch)
treedff606a17e85610e8a325b71ac507102ee45b796 /libavformat/allformats.c
parent83fc0b9d48d103f091211180bbe38f159790e62b (diff)
lavf: Remove duplicated latm demuxer.
The demuxer used to demux loas files for which a dedicated demuxer exists.
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 0ccde9dfbc..5a18eebb7f 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -167,7 +167,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(IVF, ivf);
REGISTER_MUXDEMUX(JACOSUB, jacosub);
REGISTER_DEMUXER (JV, jv);
- REGISTER_MUXDEMUX(LATM, latm);
+ REGISTER_MUXER (LATM, latm);
REGISTER_DEMUXER (LMLM4, lmlm4);
REGISTER_DEMUXER (LOAS, loas);
REGISTER_MUXDEMUX(LRC, lrc);