comparison libmpcodecs/vd_libdv.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 0145bba6e201
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
22 22
23 static vd_info_t info = 23 static vd_info_t info =
24 { 24 {
25 "Raw DV Video Decoder", 25 "Raw DV Video Decoder",
26 "libdv", 26 "libdv",
27 VFM_LIBDV,
28 "Alexander Neundorf <neundorf@kde.org>", 27 "Alexander Neundorf <neundorf@kde.org>",
29 "http://libdv.sf.net", 28 "http://libdv.sf.net",
30 "" 29 ""
31 }; 30 };
32 31