mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
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
This commit is contained in:
parent
96a6782c43
commit
e9e576a0a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user