[FFmpeg-devel] [PATCH] x264 interlaced option

Måns Rullgård mans
Wed Jun 4 01:47:00 CEST 2008


Baptiste Coudurier <baptiste.coudurier at smartjog.com> writes:

> Hi,
>
> $subject.
>
> -- 
> Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
> Smartjog USA Inc.                                http://www.smartjog.com
> Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
>
> Index: libavcodec/libx264.c
> ===================================================================
> --- libavcodec/libx264.c	(revision 13650)
> +++ libavcodec/libx264.c	(working copy)
> @@ -260,6 +260,8 @@
>  
>      x4->params.i_threads = avctx->thread_count;
>  
> +    x4->params.b_interlaced = (avctx->flags & CODEC_FLAG_INTERLACED_DCT);

Useless parenthesis.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list