comparison codec-cfg.c @ 3787:55603340d1b2

implemented open source MS ADPCM decoder
author melanson
date Thu, 27 Dec 2001 05:09:43 +0000
parents 734d0c0a8ab0
children d1e3ad5bcd8f
comparison
equal deleted inserted replaced
3786:7ebf504c92d6 3787:55603340d1b2
210 "dvdpcm", 210 "dvdpcm",
211 "hwac3", 211 "hwac3",
212 "libvorbis", 212 "libvorbis",
213 "ffmpeg", 213 "ffmpeg",
214 "libmad", 214 "libmad",
215 "ima4", 215 "msadpcm",
216 "liba52", 216 "liba52",
217 "g72x", 217 "g72x",
218 "adpcm", 218 "imaadpcm",
219 NULL 219 NULL
220 }; 220 };
221 static char *videodrv[] = { 221 static char *videodrv[] = {
222 "null", 222 "null",
223 "libmpeg2", 223 "libmpeg2",