summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-22 18:28:37 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-12-06 14:09:14 +0100
commit32aedebdc59d5b34ab7a9137855dcc602267e00f (patch)
treed256fa0fd61a23ecd85b280b3e8b9ce984887251 /libavformat/allformats.c
parentc3fa6add58288dda34c88a6c0c9e0cc79f29169b (diff)
lavf: add a concat demuxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 7c72fe8828..81289c3076 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -85,6 +85,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (CAVSVIDEO, cavsvideo);
REGISTER_DEMUXER (CDG, cdg);
REGISTER_DEMUXER (CDXL, cdxl);
+ REGISTER_DEMUXER (CONCAT, concat);
REGISTER_MUXER (CRC, crc);
REGISTER_MUXDEMUX (DAUD, daud);
REGISTER_DEMUXER (DFA, dfa);