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.h | |
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.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index eb51c9620c..ff66203816 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -29,6 +29,7 @@ extern AVInputFormat ac3_demuxer; extern AVInputFormat aiff_demuxer; extern AVInputFormat amr_demuxer; extern AVInputFormat apc_demuxer; +extern AVInputFormat ape_demuxer; extern AVInputFormat asf_demuxer; extern AVInputFormat au_demuxer; extern AVInputFormat audio_beos_demuxer; |