diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
commit | 61dc238b45245c9e646d47ca8f51c089a1dfb913 (patch) | |
tree | 0502cc3fa46735226751198fc2e0eeb51dbfe83d /libavformat/allformats.c | |
parent | e704b012f23044f5e1e95f5237c6c541b57bb625 (diff) | |
download | ffmpeg-61dc238b45245c9e646d47ca8f51c089a1dfb913.tar.gz |
Hook up the MD studio demuxer and Atrac1 decoder.
Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 34b50cdb8b..c35b060b5a 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -50,6 +50,7 @@ void av_register_all(void) REGISTER_DEMUXER (AAC, aac); REGISTER_MUXDEMUX (AC3, ac3); REGISTER_MUXER (ADTS, adts); + REGISTER_DEMUXER (AEA, aea); REGISTER_MUXDEMUX (AIFF, aiff); REGISTER_MUXDEMUX (AMR, amr); REGISTER_DEMUXER (APC, apc); |