[MPlayer-dev-eng] [PATCH]Fix FFmpeg warning

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Mar 9 21:40:33 CET 2012


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



More information about the MPlayer-dev-eng mailing list