comparison libvo/vo_dxr2.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 76f5d8892c04
children e82ecde2cbd4
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
130 { "cr-bot", &cr_bot, CONF_TYPE_INT, CONF_RANGE, 0, 500, NULL}, 130 { "cr-bot", &cr_bot, CONF_TYPE_INT, CONF_RANGE, 0, 500, NULL},
131 131
132 { NULL,NULL, 0, 0, 0, 0, NULL} 132 { NULL,NULL, 0, 0, 0, 0, NULL}
133 }; 133 };
134 134
135 static vo_info_t info = { 135 static const vo_info_t info = {
136 "DXR2 video out", 136 "DXR2 video out",
137 "dxr2", 137 "dxr2",
138 "Alban Bedel <albeu@free.fr> and Tobias Diedrich <ranma@gmx.at>", 138 "Alban Bedel <albeu@free.fr> and Tobias Diedrich <ranma@gmx.at>",
139 "" 139 ""
140 }; 140 };