diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-28 03:49:02 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 23:37:14 +0100 |
commit | a1e4e352a6240114e78e29f7a65d8c9a09b64124 (patch) | |
tree | d041628a5e424ccd512a5bd0a137bb3a5b9a1354 /libavformat/allformats.c | |
parent | 949506191a8199818327203e825edf1a804603b6 (diff) | |
download | ffmpeg-a1e4e352a6240114e78e29f7a65d8c9a09b64124.tar.gz |
Add AQTitle subtitles demuxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
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); |