comparison libmpcodecs/vd_cinepak.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 "Cinepak Video decoder", 10 "Cinepak Video decoder",
11 "cinepak", 11 "cinepak",
12 VFM_CINEPAK,
13 "A'rpi", 12 "A'rpi",
14 "Dr. Tim Ferguson, http://www.csse.monash.edu.au/~timf/videocodec.html", 13 "Dr. Tim Ferguson, http://www.csse.monash.edu.au/~timf/videocodec.html",
15 "native codec" 14 "native codec"
16 }; 15 };
17 16