aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-11 22:04:57 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-18 12:54:02 +0100
commit35bbc1955a58ba74552c50d9161084644f00bbd3 (patch)
treea7018903f4086ef03f9af090dcf3a33ca7c7ff42 /libavformat/allformats.c
parente9aea6d7cf17714b4e88e6ea9eba99d8b230d546 (diff)
downloadandroid_external_ffmpeg-35bbc1955a58ba74552c50d9161084644f00bbd3.tar.gz
android_external_ffmpeg-35bbc1955a58ba74552c50d9161084644f00bbd3.tar.bz2
android_external_ffmpeg-35bbc1955a58ba74552c50d9161084644f00bbd3.zip
avformat: add IVR 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 73b1e4addd..9ac40c5efe 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -169,6 +169,7 @@ void av_register_all(void)
REGISTER_DEMUXER (ISS, iss);
REGISTER_DEMUXER (IV8, iv8);
REGISTER_MUXDEMUX(IVF, ivf);
+ REGISTER_DEMUXER (IVR, ivr);
REGISTER_MUXDEMUX(JACOSUB, jacosub);
REGISTER_DEMUXER (JV, jv);
REGISTER_MUXER (LATM, latm);