comparison libmpcodecs/ad_sample.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 4bae3caef7a9
children 815f03b7cee5
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
8 #include "ad_internal.h" 8 #include "ad_internal.h"
9 9
10 static ad_info_t info = { 10 static ad_info_t info = {
11 "Sample audio decoder", // name of the driver 11 "Sample audio decoder", // name of the driver
12 "sample", // driver name. should be the same as filename without ad_ 12 "sample", // driver name. should be the same as filename without ad_
13 AFM_SAMPLE, // replace with registered AFM number
14 "A'rpi", // writer/maintainer of _this_ file 13 "A'rpi", // writer/maintainer of _this_ file
15 "", // writer/maintainer/site of the _codec_ 14 "", // writer/maintainer/site of the _codec_
16 "" // comments 15 "" // comments
17 }; 16 };
18 17