summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bc48d28eaa..f03eb55591 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2725,6 +2725,13 @@ audiocodec ffshorten
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