comparison libmpcodecs/ad_dk3adpcm.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 8ae2bf330ad5
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
18 18
19 static ad_info_t info = 19 static ad_info_t info =
20 { 20 {
21 "Duck DK3 ADPCM decoder", 21 "Duck DK3 ADPCM decoder",
22 "dk3adpcm", 22 "dk3adpcm",
23 AFM_DK3ADPCM,
24 "Nick Kurshev", 23 "Nick Kurshev",
25 "Mike Melanson", 24 "Mike Melanson",
26 "This format number was used by Duck Corp. but not officially registered with Microsoft" 25 "This format number was used by Duck Corp. but not officially registered with Microsoft"
27 }; 26 };
28 27