Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-04 10:22:32 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-10 14:09:20 +0400
commit2a7f885fe1cfaaefe35252d68366d0d5709cd745 (patch)
tree9a69386c944a5242ff63f1a5992ca09af3cbc84d /libavformat/allformats.c
parent89388a953a51abd61efeb1d10f621d2ce408e44e (diff)
lavf: add libquvi 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 8c746ff699..80c53f6c6e 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -333,6 +333,7 @@ void av_register_all(void)
/* external libraries */
REGISTER_DEMUXER (LIBMODPLUG, libmodplug);
REGISTER_MUXDEMUX(LIBNUT, libnut);
+ REGISTER_DEMUXER (LIBQUVI, libquvi);
REGISTER_PROTOCOL(LIBRTMP, librtmp);
REGISTER_PROTOCOL(LIBRTMPE, librtmpe);
REGISTER_PROTOCOL(LIBRTMPS, librtmps);