comparison libmpcodecs/ad_imaadpcm.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 d2d2e01343ca
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
69 69
70 static ad_info_t info = 70 static ad_info_t info =
71 { 71 {
72 "IMA ADPCM audio decoder", 72 "IMA ADPCM audio decoder",
73 "imaadpcm", 73 "imaadpcm",
74 AFM_IMAADPCM,
75 "Nick Kurshev", 74 "Nick Kurshev",
76 "Mike Melanson", 75 "Mike Melanson",
77 "" 76 ""
78 }; 77 };
79 78