diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-09-13 03:22:47 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-09-13 03:22:47 +0000 |
commit | bf4a1f17ee9237b6efd4250cf894e274afc31a5f (patch) | |
tree | 0c0e605b516d2e9bb64181daa2ec0819d078eb34 /libavformat/allformats.c | |
parent | 48fe9238a0aec437aa9ab9a8912191d163feb519 (diff) | |
download | ffmpeg-bf4a1f17ee9237b6efd4250cf894e274afc31a5f.tar.gz |
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.c | 1 |
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); |