mirror of https://github.com/mpv-player/mpv
Fix DTS in least one Bluray sample with demuxer lavf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29551 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
88a8408212
commit
f485823bc3
|
@ -3817,12 +3817,14 @@ audiocodec dts
|
|||
info "DTS-libdca"
|
||||
status working
|
||||
format 0x2001
|
||||
format 0x86
|
||||
driver libdca
|
||||
|
||||
audiocodec ffdca
|
||||
info "FFmpeg DTS"
|
||||
status working
|
||||
format 0x2001
|
||||
format 0x86
|
||||
driver ffmpeg
|
||||
dll "dca"
|
||||
|
||||
|
|
Loading…
Reference in New Issue