Diego Biurrun <diego <at> biurrun.de> writes: > > -static struct vf_priv_s { > > +struct vf_priv_s { > > unsigned char *buf; > > int brightness; > > int contrast; > > -} const vf_priv_dflt = { > > +} static const vf_priv_dflt = { > This looks wrong. Please elaborate. Carl Eugen