comparison libmpcodecs/ad_dvdpcm.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 74ae23061bb7
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
7 7
8 static ad_info_t info = 8 static ad_info_t info =
9 { 9 {
10 "Uncompressed DVD PCM audio decoder", 10 "Uncompressed DVD PCM audio decoder",
11 "dvdpcm", 11 "dvdpcm",
12 AFM_DVDPCM,
13 "Nick Kurshev", 12 "Nick Kurshev",
14 "A'rpi", 13 "A'rpi",
15 "" 14 ""
16 }; 15 };
17 16