From e9e576a0a6c0a762b72187912a8ef680cb6a7108 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 21 Aug 2008 11:00:47 +0000 Subject: Add support for AAC decoding through FFmpeg; libfaad is preferred for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27473 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index b10879066d..5f24280c69 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 -- cgit v1.2.3