diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-30 17:45:33 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-03 12:26:09 +0100 |
commit | cb7a00da2112b6e356a7a5fd452e0232ccaa272f (patch) | |
tree | b7a994a24c3f30157fbb2179f2fd0c283695b2c5 /libavformat/allformats.c | |
parent | c89e075d5a66e095c4c21d6bb7ecd80bb1137f73 (diff) | |
download | ffmpeg-cb7a00da2112b6e356a7a5fd452e0232ccaa272f.tar.gz |
avformat: add acm demuxer
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 fc42cb725e..92e321c353 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -63,6 +63,7 @@ void av_register_all(void) REGISTER_DEMUXER (AA, aa); REGISTER_DEMUXER (AAC, aac); REGISTER_MUXDEMUX(AC3, ac3); + REGISTER_DEMUXER (ACM, acm); REGISTER_DEMUXER (ACT, act); REGISTER_DEMUXER (ADF, adf); REGISTER_DEMUXER (ADP, adp); |