1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-04 21:27:58 +00:00

Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs

via windows binary dll


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13351 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-09-15 21:58:21 +00:00
parent 33980d6f5c
commit d77795cc39

View File

@ -2279,6 +2279,20 @@ audiocodec iac25
driver acm
dll "iac25_32.ax"
audiocodec ctadp32
info "Creative ADPCM CODEC"
status working
format 0x200
driver acm
dll "ctadp32.acm"
audiocodec sc4
info "SC4 : Micronas speech codec (ADPCM, MPman recording)"
status working
format 0x350
driver acm
dll "mi-sc4.acm"
audiocodec hwac3
info "AC3 through SPDIF"
status working