[MPlayer-dev-eng] [PATCH] view stereoscopic videos

Diego Biurrun diego at biurrun.de
Tue Feb 2 13:15:21 CET 2010


On Mon, Feb 01, 2010 at 05:19:21PM +0100, Gordon Schmidt wrote:
>
> I've also adjusted the coding style. Hopefully there are no mistakes  
> left this time.
>
> --- libmpcodecs/vf_stereo3d.c	(revision 0)
> +++ libmpcodecs/vf_stereo3d.c	(revision 0)
> @@ -0,0 +1,460 @@
> +            for (int i = 0; i < vf->priv->in.hres; i++)
> +            {

{ on the same line as the for

> +static void uninit(struct vf_instance_s *vf)
> +{
> +    //uninit priv    
> +    if (vf->priv)
> +    {

same for if

Get rid of all tabs and trailing whitespace, break those long
lines please.

Diego



More information about the MPlayer-dev-eng mailing list