diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-13 12:52:54 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-16 16:37:40 +0200 |
commit | c0aeee9443424a9d52e82fd08ae4e03f6b1563af (patch) | |
tree | 10c7a0f14e28316d03db92d14151acbef4e87140 /libavformat/allformats.c | |
parent | af70117c38b6319a2915dc950eb35d02a7d9c265 (diff) | |
download | ffmpeg-c0aeee9443424a9d52e82fd08ae4e03f6b1563af.tar.gz |
avformat: add vag demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 9dbe4bb96c..ddac08ed10 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -308,6 +308,7 @@ void av_register_all(void) REGISTER_DEMUXER (TXD, txd); REGISTER_DEMUXER (TTY, tty); REGISTER_MUXER (UNCODEDFRAMECRC, uncodedframecrc); + REGISTER_DEMUXER (VAG, vag); REGISTER_MUXDEMUX(VC1, vc1); REGISTER_MUXDEMUX(VC1T, vc1t); REGISTER_DEMUXER (VIVO, vivo); |