diff etc/codecs.conf @ 24425:85ac033b16ef

Add support for FFmpeg Monkey's Audio decoder
author uau
date Thu, 13 Sep 2007 13:47:22 +0000
parents 5721ff18a1a7
children 8eb1ef462d29
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