comparison libmpcodecs/vd_huffyuv.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 e2fe4801a98e
children 1eadce15446c
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
26 26
27 27
28 static vd_info_t info = { 28 static vd_info_t info = {
29 "HuffYUV Video decoder", 29 "HuffYUV Video decoder",
30 "huffyuv", 30 "huffyuv",
31 VFM_HUFFYUV,
32 "Roberto Togni", 31 "Roberto Togni",
33 "Roberto Togni", 32 "Roberto Togni",
34 "native codec, original win32 by Ben Rudiak-Gould http://www.math.berkeley.edu/~benrg/huffyuv.html" 33 "native codec, original win32 by Ben Rudiak-Gould http://www.math.berkeley.edu/~benrg/huffyuv.html"
35 }; 34 };
36 35