mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
added the working qt audio codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8284 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b78e41ea8a
commit
3864cbc102
@ -955,7 +955,6 @@ videocodec sp5x
|
||||
videocodec qtsvq3
|
||||
info "win32/quicktime SVQ3 decoder"
|
||||
status untested
|
||||
comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
|
||||
fourcc SVQ3
|
||||
driver qtvideo
|
||||
dll "QuickTime.qts"
|
||||
@ -1200,12 +1199,32 @@ videocodec null
|
||||
audiocodec qdmc
|
||||
info "Quicktime QDMC/QDM2 audio decoders"
|
||||
status working
|
||||
comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
|
||||
format 0x324D4451 ; "QDM2"
|
||||
format 0x434D4451 ; "QDMC"
|
||||
driver qtaudio
|
||||
dll "QuickTime.qts"
|
||||
|
||||
audiocodec qclp
|
||||
info "Quicktime QCLP audio decoder"
|
||||
status working
|
||||
format 0x706C6351 ; "QCLP"
|
||||
driver qtaudio
|
||||
dll "QuickTime.qts"
|
||||
|
||||
audiocodec qtmace3
|
||||
info "Quicktime MACE3 audio decoder"
|
||||
status working
|
||||
format 0x3343414D ; "MAC3"
|
||||
driver qtaudio
|
||||
dll "QuickTime.qts"
|
||||
|
||||
audiocodec qtmace6
|
||||
info "Quicktime MACE6 audio decoder"
|
||||
status working
|
||||
format 0x3643414D ; "MAC6"
|
||||
driver qtaudio
|
||||
dll "QuickTime.qts"
|
||||
|
||||
audiocodec racook
|
||||
info "RealAudio COOK"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user