[FFmpeg-devel] [PATCH 1 of 3] movenc: enable writing of interlace information back to the 'fiel' atom. (2nd Version)

Tim Nicholson nichot20 at yahoo.com
Thu Nov 1 15:31:48 CET 2012


On 01/11/12 13:57, Tomas Härdin wrote:
> On Thu, 2012-11-01 at 12:05 +0000, Tim Nicholson wrote:
>> On 26/10/12 13:52, Tim Nicholson wrote:
>>> On 26/10/12 12:34, Tomas Härdin wrote:
>>>>> +    /* If field_order has set by the coder to indicate interlace coding
>>>>> +     * update value to reflect current coded top_field_first status */
>>>>> +    if ((track->enc->coded_frame) && (track->enc->field_order > AV_FIELD_PROGRESSIVE))
>>>>
>>>> Useless parentheses
>>>
>>> Oops, forgot to clean them out when I changed the test.
>>
>> No other commentsa so fixed and rebased, ping.
> 
> Put this somewhere in utils.c instead other muxers get good values too?
> I'm thinking mxfenc.c.
> 

That uses an entirely different flag for interlace within
AVFormatContext->priv_data

> /Tomas
>[..]


-- 
Tim




More information about the ffmpeg-devel mailing list