summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2011-12-21 02:20:04 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-28 20:13:05 +0000
commita0958949ebe115e5dd661c9292c29a8ab7958c22 (patch)
tree5fc3de5b1682be2cd8a6701d0753dd9976141b2d /libavformat/allformats.c
parente42b7ff2b2fd00106953cfa854110e74e9ac73ed (diff)
Vivo 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 6c721c493f..8468846d34 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -251,6 +251,7 @@ void av_register_all(void)
REGISTER_DEMUXER (TTY, tty);
REGISTER_DEMUXER (VC1, vc1);
REGISTER_MUXDEMUX (VC1T, vc1t);
+ REGISTER_DEMUXER (VIVO, vivo);
REGISTER_DEMUXER (VMD, vmd);
REGISTER_MUXDEMUX (VOC, voc);
REGISTER_DEMUXER (VQF, vqf);