summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-28 03:49:02 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-30 23:37:14 +0100
commita1e4e352a6240114e78e29f7a65d8c9a09b64124 (patch)
treed041628a5e424ccd512a5bd0a137bb3a5b9a1354 /libavformat/allformats.c
parent949506191a8199818327203e825edf1a804603b6 (diff)
Add AQTitle subtitles 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 a0fd0777bf..b65f595b79 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -75,6 +75,7 @@ void av_register_all(void)
REGISTER_DEMUXER (ANM, anm);
REGISTER_DEMUXER (APC, apc);
REGISTER_DEMUXER (APE, ape);
+ REGISTER_DEMUXER (AQTITLE, aqtitle);
REGISTER_MUXDEMUX(ASF, asf);
REGISTER_MUXDEMUX(ASS, ass);
REGISTER_MUXDEMUX(AST, ast);