mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
13902c2967
commit
e3c6f09752
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue