# HG changeset patch # User uau # Date 1189691242 0 # Node ID 85ac033b16efa084a40ec82b8f8e1be7abfc64cf # Parent 0c4f1a88eaae8e4fdd2ee010241f730de086392b Add support for FFmpeg Monkey's Audio decoder diff -r 0c4f1a88eaae -r 85ac033b16ef etc/codecs.conf --- 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