changeset 27441:8e8992737a19

Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
author diego
date Thu, 21 Aug 2008 11:00:47 +0000
parents b98ea5948201
children afa2cc0166be
files etc/codecs.conf
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Aug 21 09:52:47 2008 +0000
+++ b/etc/codecs.conf	Thu Aug 21 11:00:47 2008 +0000
@@ -2981,6 +2981,18 @@
   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