summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-02 18:13:56 +0000
committerPaul B Mahol <onemda@gmail.com>2012-12-05 13:01:22 +0000
commit880191637ff7223541cd2e4db748c6e07fee596c (patch)
tree61c054fed56241b765a11fbc066657d0687b371d /libavformat/allformats.c
parent8ecf22ffb01e2fa721d7449e33ee9fb5a7937697 (diff)
IRCAM demuxer & muxer
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 d57947f189..3c590172f5 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -128,6 +128,7 @@ void av_register_all(void)
REGISTER_DEMUXER (INGENIENT, ingenient);
REGISTER_DEMUXER (IPMOVIE, ipmovie);
REGISTER_MUXER (IPOD, ipod);
+ REGISTER_MUXDEMUX (IRCAM, ircam);
REGISTER_MUXER (ISMV, ismv);
REGISTER_DEMUXER (ISS, iss);
REGISTER_DEMUXER (IV8, iv8);