[FFmpeg-devel] [PATCH]lavfi/minterpolate: Split struct Pixel to allow higher resolutions
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Dec 4 22:26:15 EET 2017
2017-12-04 19:03 GMT+01:00 Michael Niedermayer <michael at niedermayer.cc>:
> On Sun, Dec 03, 2017 at 05:30:32AM +0100, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Attached patch should fix ticket #6795, only tested with one filter
>> chain (bitexact): testsrc2=r=5:d=10,minterpolate=10
>>
>> Please comment, Carl Eugen
>
> Does this affect speed ? there are more pointers after the patch
Yes (I had not tested before):
The following filter chain has a higher performance here on x86_64
with vanilla gcc 6.3 with the patch applied:
testsrc2=s=hd1080,minterpolate=50
> also this does not truly fix the issue, it just moves the threshold
> of failure up
The new limit seems more reasonable to me.
Carl Eugen
More information about the ffmpeg-devel
mailing list