[MPlayer-cvslog] r24445 - trunk/etc/codecs.conf
    uau 
    subversion at mplayerhq.hu
       
    Thu Sep 13 15:47:23 CEST 2007
    
    
  
Author: uau
Date: Thu Sep 13 15:47:22 2007
New Revision: 24445
Log:
Add support for FFmpeg Monkey's Audio decoder
Modified:
   trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Thu Sep 13 15:47:22 2007
@@ -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
    
    
More information about the MPlayer-cvslog
mailing list