[MPlayer-dev-eng] [PATCH] introducing -vf pretend (was: removing libmpcodecs/vf_rbg2bgr.c)

Diego Biurrun diego at biurrun.de
Tue May 25 12:02:36 CEST 2010


On Mon, May 24, 2010 at 11:30:51PM +0200, Attila Kinali wrote:
> 
> --- libmpcodecs/vf_pretend.c	(revision 31209)
> +++ libmpcodecs/vf_pretend.c	(working copy)
> @@ -41,13 +41,18 @@
>  
> +static int config(struct vf_instance *vf,
> +	int width, int height, int d_width, int d_height,
> +	unsigned int flags, unsigned int outfmt){
> +    return vf_next_config(vf,width,height,d_width,d_height,flags,vf->priv->fmt);
> +}

At least use correct indentation on new code.

> --- DOCS/man/en/mplayer.1	(revision 31209)
> +++ DOCS/man/en/mplayer.1	(working copy)

Your English is better than what you used to describe your filter here.
What you write is also extremely confusing.

Diego



More information about the MPlayer-dev-eng mailing list