mirror of https://github.com/mpv-player/mpv
added a few notes about formats 0x61 and 0x62
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
518d40dd88
commit
b8bbbc2fba
|
@ -339,14 +339,16 @@ audiocodec msadpcm
|
||||||
driver msadpcm
|
driver msadpcm
|
||||||
|
|
||||||
audiocodec fox61adpcm
|
audiocodec fox61adpcm
|
||||||
info "Format 0x61 ADPCM"
|
info "Duck DK4 ADPCM (rogue format number)"
|
||||||
status working
|
status working
|
||||||
|
comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
|
||||||
format 0x61
|
format 0x61
|
||||||
driver fox61adpcm
|
driver fox61adpcm
|
||||||
|
|
||||||
audiocodec fox62adpcm
|
audiocodec fox62adpcm
|
||||||
info "Format 0x62 ADPCM"
|
info "Duck DK3 ADPCM (rogue format number)"
|
||||||
status working
|
status working
|
||||||
|
comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
|
||||||
format 0x62
|
format 0x62
|
||||||
driver fox62adpcm
|
driver fox62adpcm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue