[MPlayer-cvslog] r27473 - trunk/etc/codecs.conf
diego
subversion at mplayerhq.hu
Thu Aug 21 13:00:47 CEST 2008
Author: diego
Date: Thu Aug 21 13:00:47 2008
New Revision: 27473
Log:
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Thu Aug 21 13:00:47 2008
@@ -2981,6 +2981,18 @@ audiocodec faad
driver faad
dll libfaad2
+audiocodec ffaac
+ info "FFmpeg AAC (MPEG-2/MPEG-4 Audio) decoder"
+ status working
+ fourcc mp4a,MP4A
+ fourcc "VLB " ; Used in NSV, not really working
+ fourcc "AAC " ; Used in NSV
+ fourcc "AACP" ; Used in NSV for AACPlus
+ format 0xff
+ format 0x706D
+ driver ffmpeg
+ dll aac
+
audiocodec ffflac
info "FFmpeg FLAC audio decoder"
status working
More information about the MPlayer-cvslog
mailing list