diff 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
line wrap: on
line diff
--- a/libmpcodecs/ad_sample.c	Fri Aug 30 21:30:59 2002 +0000
+++ b/libmpcodecs/ad_sample.c	Fri Aug 30 21:44:20 2002 +0000
@@ -10,7 +10,6 @@
 static ad_info_t info =  {
 	"Sample audio decoder",  // name of the driver
 	"sample",    // driver name. should be the same as filename without ad_
-	AFM_SAMPLE,  // replace with registered AFM number
 	"A'rpi",     // writer/maintainer of _this_ file
 	"",          // writer/maintainer/site of the _codec_
 	""           // comments