[FFmpeg-devel] [RCF] lavfi aspect ratio setting path

Baptiste Coudurier baptiste.coudurier
Mon Jan 17 03:07:27 CET 2011


On 1/16/11 5:57 PM, Michael Niedermayer wrote:
> On Mon, Jan 17, 2011 at 02:52:29AM +0100, Michael Niedermayer wrote:
>> On Sun, Jan 16, 2011 at 04:16:01PM -0800, Baptiste Coudurier wrote:
> [...]
>>> Btw why would the pad filter sets sar to 1:1 anyway ?
>>
>> because vf_pad is buggy
> 
> correction, after closer inspection as i wanted to apply this part, pad is
> correct the code you change is not used by pad but by a source filter for which
> setting sar=1:1 is correct.

Oh I see, then that is required:
    inlink->sample_aspect_ratio = (AVRational){1, 1};

in color_config_props.

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list