mirror of https://github.com/mpv-player/mpv
Add FFmpeg QDM2 audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16797 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c35db520f
commit
86fb0023b6
|
@ -2063,6 +2063,13 @@ audiocodec wma9spdshow
|
|||
dll "wmavds32.ax"
|
||||
guid 0x795b44c4, 0xf142, 0x493d, 0x8a, 0x02, 0x09, 0xbd, 0x41, 0x08, 0x95, 0xad
|
||||
|
||||
audiocodec ffqdm2
|
||||
info "FFmpeg QDM2 audio decoder"
|
||||
status working
|
||||
format 0x324D4451 ; "QDM2"
|
||||
driver ffmpeg
|
||||
dll "qdm2"
|
||||
|
||||
audiocodec qdmc
|
||||
info "QuickTime QDMC/QDM2 audio decoders"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue