comparison libmpcodecs/ad_msadpcm.c @ 7180:28677d779205

-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
author arpi
date Fri, 30 Aug 2002 21:44:20 +0000
parents 7745d73a5f20
children 5abf74c67ace
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
17 17
18 static ad_info_t info = 18 static ad_info_t info =
19 { 19 {
20 "MS ADPCM audio decoder", 20 "MS ADPCM audio decoder",
21 "msadpcm", 21 "msadpcm",
22 AFM_MSADPCM,
23 "Nick Kurshev", 22 "Nick Kurshev",
24 "Mike Melanson", 23 "Mike Melanson",
25 "" 24 ""
26 }; 25 };
27 26