comparison libvo/vo_v4l2.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents fb63124c7920
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
54 {"output", OPT_ARG_INT, &output, (opt_test_f)int_non_neg}, 54 {"output", OPT_ARG_INT, &output, (opt_test_f)int_non_neg},
55 {"device", OPT_ARG_MSTRZ, &device, NULL}, 55 {"device", OPT_ARG_MSTRZ, &device, NULL},
56 {NULL} 56 {NULL}
57 }; 57 };
58 58
59 static vo_info_t info = 59 static const vo_info_t info =
60 { 60 {
61 "V4L2 MPEG Video Decoder Output", 61 "V4L2 MPEG Video Decoder Output",
62 "v4l2", 62 "v4l2",
63 "Benjamin Zores", 63 "Benjamin Zores",
64 "" 64 ""