summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-03 18:09:46 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-05 17:31:22 +0000
commit962314fe2769dcc4eb6b950a671c30252331487a (patch)
treefbed702067b5ab848dba969a76eaebba41daeae9 /libavformat/allformats.c
parent8d88920578a2fae5a852bf971fda3e3c5cb59ae4 (diff)
AVR 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 35513944f0..ea345e59cb 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -69,6 +69,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (AVI, avi);
REGISTER_DEMUXER (AVISYNTH, avisynth);
REGISTER_MUXER (AVM2, avm2);
+ REGISTER_DEMUXER (AVR, avr);
REGISTER_DEMUXER (AVS, avs);
REGISTER_DEMUXER (BETHSOFTVID, bethsoftvid);
REGISTER_DEMUXER (BFI, bfi);