summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-23 12:03:28 +0200
committerPaul B Mahol <onemda@gmail.com>2015-10-25 11:05:56 +0100
commit6f3ba23ae0d4c923823adb6fe5b4513fa3924354 (patch)
tree88cac73c1fb5b7ecd94c1a7e5e6d1e263c3a934e /libavformat/allformats.c
parent7c8fcbbde3a299096974f9061c8b5be0e526f4c2 (diff)
avformat: add xvag demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 5f691efe36..69c02b1060 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -336,6 +336,7 @@ void av_register_all(void)
REGISTER_DEMUXER (XA, xa);
REGISTER_DEMUXER (XBIN, xbin);
REGISTER_DEMUXER (XMV, xmv);
+ REGISTER_DEMUXER (XVAG, xvag);
REGISTER_DEMUXER (XWMA, xwma);
REGISTER_DEMUXER (YOP, yop);
REGISTER_MUXDEMUX(YUV4MPEGPIPE, yuv4mpegpipe);