From b54169f071e894f55062c1dd39497e9c8af7f46d Mon Sep 17 00:00:00 2001 From: uau Date: Thu, 13 Sep 2007 13:47:22 +0000 Subject: Add support for FFmpeg Monkey's Audio decoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24445 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3