comparison libmpcodecs/vd_msvidc.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 3dcbf67c0de0
children
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 "Microsoft Video 1 / CRAM decoder", 10 "Microsoft Video 1 / CRAM decoder",
11 "msvidc", 11 "msvidc",
12 VFM_MSVIDC,
13 "A'rpi", 12 "A'rpi",
14 "Mike Melanson", 13 "Mike Melanson",
15 "native codec" 14 "native codec"
16 }; 15 };
17 16