changeset 24425:85ac033b16ef

Add support for FFmpeg Monkey's Audio decoder
author uau
date Thu, 13 Sep 2007 13:47:22 +0000
parents 0c4f1a88eaae
children 46a7d8c0aaeb
files etc/codecs.conf
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Sep 13 13:16:30 2007 +0000
+++ b/etc/codecs.conf	Thu Sep 13 13:47:22 2007 +0000
@@ -2725,6 +2725,13 @@
   driver ffmpeg
   dll "shorten"
 
+audiocodec ffape
+  info "FFmpeg Monkey's Audio decoder"
+  status buggy ; buffer size limits in FFmpeg break decoding of some files
+  fourcc "APE "
+  driver ffmpeg
+  dll "ape"
+
 audiocodec pcm
   info "Uncompressed PCM"
   status working