diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-12-02 18:13:56 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-05 13:01:22 +0000 |
commit | 880191637ff7223541cd2e4db748c6e07fee596c (patch) | |
tree | 61c054fed56241b765a11fbc066657d0687b371d /libavformat/allformats.c | |
parent | 8ecf22ffb01e2fa721d7449e33ee9fb5a7937697 (diff) | |
download | ffmpeg-880191637ff7223541cd2e4db748c6e07fee596c.tar.gz |
IRCAM demuxer & muxer
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 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); |