[MPlayer-dev-eng] [PATCH]Fix FFmpeg warning
Diego Biurrun
diego at biurrun.de
Fri Mar 9 17:09:00 CET 2012
On Wed, Mar 07, 2012 at 07:39:04PM +0100, Carl-Eugen Hoyos wrote:
>
> Attached patch fixes a warning compiling FFmpeg without increasing diff.
What warning?
> --- libmpcodecs/vf_eq.c (Revision 34800)
> +++ libmpcodecs/vf_eq.c (Arbeitskopie)
> @@ -34,11 +34,11 @@
>
> -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 = {
> NULL,
> 0,
> 0
This looks wrong.
Diego
More information about the MPlayer-dev-eng
mailing list