summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-09-13 03:22:47 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-09-13 03:22:47 +0000
commitbf4a1f17ee9237b6efd4250cf894e274afc31a5f (patch)
tree0c0e605b516d2e9bb64181daa2ec0819d078eb34 /libavformat/allformats.c
parent48fe9238a0aec437aa9ab9a8912191d163feb519 (diff)
Monkey Audio decoder
Originally committed as revision 10484 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 0a783ba6c4..1b7af2aca2 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -53,6 +53,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (AIFF, aiff);
REGISTER_MUXDEMUX (AMR, amr);
REGISTER_DEMUXER (APC, apc);
+ REGISTER_DEMUXER (APE, ape);
REGISTER_MUXDEMUX (ASF, asf);
REGISTER_MUXER (ASF_STREAM, asf_stream);
REGISTER_MUXDEMUX (AU, au);