[MPlayer-cvslog] r20655 - trunk/libmpcodecs/vd_libmpeg2.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Nov 4 13:15:15 CET 2006


Hello,
On Sat, Nov 04, 2006 at 08:08:54AM +0100, henry wrote:
> Author: henry
> Date: Sat Nov  4 08:08:54 2006
> New Revision: 20655
> 
> Modified:
>    trunk/libmpcodecs/vd_libmpeg2.c
> 
> Log:
> pass the interlacing info to the filter chain
> 
> Modified: trunk/libmpcodecs/vd_libmpeg2.c
> ==============================================================================
> --- trunk/libmpcodecs/vd_libmpeg2.c	(original)
> +++ trunk/libmpcodecs/vd_libmpeg2.c	Sat Nov  4 08:08:54 2006
> @@ -221,6 +221,8 @@
>  		mpi_new->fields |= MP_IMGFIELD_REPEAT_FIRST;
>  	    else mpi_new->fields &= ~MP_IMGFIELD_REPEAT_FIRST;
>  	    mpi_new->fields |= MP_IMGFIELD_ORDERED;
> +            if (!(info->current_picture->flags&PIC_FLAG_PROGRESSIVE_FRAME))
> +                mpi_new->fields |= MP_IMGFIELD_INTERLACED;

You're using spaces-only indentation whereas all the surrounding code
uses tabs+space. Please keep to the style of the surrounding code in the
future.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list