[FFmpeg-devel] [PATCH] x264 interlaced option
Baptiste Coudurier
baptiste.coudurier
Wed Jun 4 01:50:00 CEST 2008
M?ns Rullg?rd wrote:
> 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.
>
Ok, can I clean the whole file, and then apply ? I left them only for
consistency.
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Smartjog USA Inc. http://www.smartjog.com
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
More information about the ffmpeg-devel
mailing list