[FFmpeg-devel] [PATCH] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.
James Almer
jamrial at gmail.com
Fri Sep 15 17:15:14 EEST 2017
On 9/15/2017 10:15 AM, Clément Bœsch wrote:
> On Fri, Sep 15, 2017 at 02:44:59AM +0200, Michael Niedermayer wrote:
>> On Tue, Sep 12, 2017 at 06:45:57PM -0700, Thierry Foucu wrote:
>>> Fix ticket #2674
>>> Tested with examples from ticket 2674.
>>> ---
>>> Sorry Michael, I forgot to configure using --enable-gpl.
>>> Please find new patch.
>>>
>>>
>>> libavfilter/vf_fps.c | 44 +++++++++++++++++++++++++++++++++++-----
>>> tests/ref/fate/filter-fps | 6 ++++++
>>> tests/ref/fate/filter-fps-r | 4 ++++
>>> tests/ref/fate/filter-mpdecimate | 1 -
>>> tests/ref/fate/m4v-cfr | 1 -
>>> 5 files changed, 49 insertions(+), 7 deletions(-)
>>
>> applied
>>
>
> asan doesn't like this commit (it stalls)
This is the second time it stalls with a leak. Sounds like gcc-asan 7.x
is buggy.
Wonder if we can somehow cook up a testcase for gcc's bugtracker that
doesn't require "download and compile ffmpeg, and rsync 1gb of samples".
Last time i tried the former (no rsync) it wasn't received with much
enthusiasm either.
More information about the ffmpeg-devel
mailing list