comparison libmpcodecs/vd_null.c @ 7191:1eadce15446c

-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
author arpi
date Sat, 31 Aug 2002 13:09:23 +0000
parents ec2923dc5c24
children 0c8d85e22ff5
comparison
equal deleted inserted replaced
7190:5137e9fb57e7 7191:1eadce15446c
8 8
9 static vd_info_t info = 9 static vd_info_t info =
10 { 10 {
11 "Null video decoder", 11 "Null video decoder",
12 "null", 12 "null",
13 0,
14 "A'rpi", 13 "A'rpi",
15 "A'rpi", 14 "A'rpi",
16 "" 15 "no decoding"
17 }; 16 };
18 17
19 LIBVD_EXTERN(null) 18 LIBVD_EXTERN(null)
20 19
21 // to set/get/query special features/parameters 20 // to set/get/query special features/parameters