mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 08:52:48 +00:00
Make the ffmpeg decoders for DTS and AC3 the default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30143 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
22c0b2ed57
commit
3daa4e73cc
@ -4065,15 +4065,6 @@ audiocodec lpcm
|
||||
driver ffmpeg
|
||||
dll pcm_bluray
|
||||
|
||||
audiocodec a52
|
||||
info "AC3-liba52"
|
||||
status working
|
||||
format 0x2000
|
||||
; format 0x332D6361 ; ac-3 in mp4 -- not working
|
||||
fourcc dnet
|
||||
driver liba52
|
||||
dll "liba52"
|
||||
|
||||
audiocodec ffac3
|
||||
info "FFmpeg AC-3"
|
||||
status working
|
||||
@ -4093,12 +4084,14 @@ audiocodec ffeac3
|
||||
driver ffmpeg
|
||||
dll eac3
|
||||
|
||||
audiocodec dts
|
||||
info "DTS-libdca"
|
||||
audiocodec a52
|
||||
info "AC3-liba52"
|
||||
status working
|
||||
format 0x2001
|
||||
format 0x86
|
||||
driver libdca
|
||||
format 0x2000
|
||||
; format 0x332D6361 ; ac-3 in mp4 -- not working
|
||||
fourcc dnet
|
||||
driver liba52
|
||||
dll "liba52"
|
||||
|
||||
audiocodec ffdca
|
||||
info "FFmpeg DTS"
|
||||
@ -4108,6 +4101,13 @@ audiocodec ffdca
|
||||
driver ffmpeg
|
||||
dll "dca"
|
||||
|
||||
audiocodec dts
|
||||
info "DTS-libdca"
|
||||
status working
|
||||
format 0x2001
|
||||
format 0x86
|
||||
driver libdca
|
||||
|
||||
audiocodec ffmusepack7
|
||||
info "Musepack sv7 audio codec"
|
||||
comment "only works with libavformat demuxer"
|
||||
|
Loading…
Reference in New Issue
Block a user