diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-17 15:54:31 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-18 22:01:02 +0300 |
commit | a2b251a05e6f87bca826269d4baa5b8da7aeb430 (patch) | |
tree | 10df6c0a69f583413b1cb173f8fa61c39d136b75 /libavformat/allformats.c | |
parent | 9e74db685063170d8f30191a17cd16769488d156 (diff) | |
download | ffmpeg-a2b251a05e6f87bca826269d4baa5b8da7aeb430.tar.gz |
Implement the iLBC storage file format
Signed-off-by: Martin Storsjö <martin@martin.st>
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 42c588f294..8456398cb5 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -108,6 +108,7 @@ void av_register_all(void) REGISTER_DEMUXER (HLS, hls); REGISTER_DEMUXER (IDCIN, idcin); REGISTER_DEMUXER (IFF, iff); + REGISTER_MUXDEMUX (ILBC, ilbc); REGISTER_MUXDEMUX (IMAGE2, image2); REGISTER_MUXDEMUX (IMAGE2PIPE, image2pipe); REGISTER_DEMUXER (INGENIENT, ingenient); |