summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2009-09-22 17:28:03 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2009-09-22 17:28:03 +0000
commit61dc238b45245c9e646d47ca8f51c089a1dfb913 (patch)
tree0502cc3fa46735226751198fc2e0eeb51dbfe83d /libavformat/allformats.c
parente704b012f23044f5e1e95f5237c6c541b57bb625 (diff)
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.c1
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);