comparison etc/codecs.conf @ 5408:f9cd6381e327

reworked ADPCM decoders; changes include: * fixed MS IMA ADPCM * dissolved adpcm.c/.h into appropriate ad_* decoders * DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes ad_dk4adpcm.c)
author melanson
date Sat, 30 Mar 2002 22:27:45 +0000
parents c4e62a4e44ee
children 4d089fae69eb
comparison
equal deleted inserted replaced
5407:e7034890adc5 5408:f9cd6381e327
902 audiocodec dk4adpcm 902 audiocodec dk4adpcm
903 info "Duck DK4 ADPCM (rogue format number)" 903 info "Duck DK4 ADPCM (rogue format number)"
904 status working 904 status working
905 comment "This format number was used by Duck Corp. but not officially registered with Microsoft" 905 comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
906 format 0x61 906 format 0x61
907 driver dk4adpcm 907 driver imaadpcm
908 908
909 audiocodec dk3adpcm 909 audiocodec dk3adpcm
910 info "Duck DK3 ADPCM (rogue format number)" 910 info "Duck DK3 ADPCM (rogue format number)"
911 status working 911 status working
912 comment "This format number was used by Duck Corp. but not officially registered with Microsoft" 912 comment "This format number was used by Duck Corp. but not officially registered with Microsoft"