[FFmpeg-devel] [PATCH 1/2] ffmpeg: move some unrelated code out of a filter loop

Clément Bœsch u at pkh.me
Tue Nov 1 11:53:46 EET 2016


On Sat, Oct 29, 2016 at 05:35:41PM +0200, Andreas Cadhalpun wrote:
> On 29.10.2016 12:03, Clément Bœsch wrote:
> > On Mon, Oct 24, 2016 at 11:05:06PM +0200, Clément Bœsch wrote:
> >> ---
> >> Not sure if the chunk is even needed
> 
> I'm not sure either.
> 

Now that I look a bit above, I see:

    if (ist->st->sample_aspect_ratio.num)
        decoded_frame->sample_aspect_ratio = ist->st->sample_aspect_ratio;

...so I believe the chunk should go away entirely. I just sent a new patch.

Current patch withdrawn.

-- 
Clément B.


More information about the ffmpeg-devel mailing list