From e3c6f097525f7b77925b2561407ab1b91a140d38 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 8 Nov 2010 07:16:50 +0000 Subject: codecs.conf: Prefer FFmpeg AAC decoder over libfaad2 FFmpeg's AAC decoder is much faster than libfaad2. The only known exception is libfaad2 compiled in fixed-point mode on systems with slow FPUs. Now that LATM support in FFmpeg is complete, FFmpeg's AAC decoder has a similar feature set as libfaad2. This leaves no reason not to use FFmpeg by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32605 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index aa6cfcaf4e..14a26058f0 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4022,8 +4022,7 @@ audiocodec fflatm audiocodec ffaac info "FFmpeg AAC (MPEG-2/MPEG-4 Audio)" - comment "missing LATM support" - status buggy + status working fourcc mp4a,MP4A fourcc "VLB " ; Used in NSV, not really working fourcc "AAC " ; Used in NSV -- cgit v1.2.3