1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 14:56:55 +00:00

Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27277 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-07-13 17:12:41 +00:00
parent a80b534b5a
commit 6c0d230fb3

View File

@ -2782,6 +2782,14 @@ audiocodec dk4adpcm
; registered with Microsoft
driver imaadpcm
audiocodec ffadpcmimadk3
info "FFmpeg DK3 IMA ADPCM audio"
status working
format 0x62 ; This format number was used by Duck Corp. but not officially
; registered with Microsoft
driver ffmpeg
dll adpcm_ima_dk3
audiocodec dk3adpcm
info "Duck DK3 ADPCM (rogue format number)"
status working