]> git.sesse.net Git - ffmpeg/commit
lavfi/minterpolate: Split struct Pixel to allow higher resolutions.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sun, 3 Dec 2017 04:26:25 +0000 (05:26 +0100)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 28 Dec 2017 00:28:57 +0000 (01:28 +0100)
commitad73b32d2922f4237405043d19763229aee0e59e
tree525a0e32bd60cc7cb844bf9aa06d4e4c1eae822d
parent2f96190732d15510ba29471fa45d66841c0c3df1
lavfi/minterpolate: Split struct Pixel to allow higher resolutions.

Raises the maximum resolution from 2716x2707 to approximately 4096x4095.

Fixes ticket #6795.
libavfilter/vf_minterpolate.c