comparison libmpcodecs/vd_cyuv.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 eea0213d64c8
children 84f406c22df1
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
7 #include "vd_internal.h" 7 #include "vd_internal.h"
8 8
9 static vd_info_t info = { 9 static vd_info_t info = {
10 "Creative YUV decoder", 10 "Creative YUV decoder",
11 "cyuv", 11 "cyuv",
12 VFM_CYUV,
13 "A'rpi", 12 "A'rpi",
14 "Dr. Tim Ferguson", 13 "Dr. Tim Ferguson",
15 "native codec" 14 "native codec"
16 }; 15 };
17 16