comparison libmpcodecs/vf_hue.c @ 25221:00fff9a3b735

Make all vf_info_t structs const
author reimar
date Sun, 02 Dec 2007 14:57:15 +0000
parents 0b262e00bc99
children 25337a2147e7
comparison
equal deleted inserted replaced
25220:c9e9ac2008c2 25221:00fff9a3b735
179 sizeof(struct vf_priv_s), 179 sizeof(struct vf_priv_s),
180 &vf_priv_dflt, 180 &vf_priv_dflt,
181 vf_opts_fields 181 vf_opts_fields
182 }; 182 };
183 183
184 vf_info_t vf_info_hue = { 184 const vf_info_t vf_info_hue = {
185 "hue changer", 185 "hue changer",
186 "hue", 186 "hue",
187 "Michael Niedermayer", 187 "Michael Niedermayer",
188 "", 188 "",
189 open, 189 open,