]> git.sesse.net Git - movit/commit
If all inputs to an effect have the same input size, use that instead of fitting...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 29 Jan 2013 19:11:23 +0000 (20:11 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 29 Jan 2013 19:11:23 +0000 (20:11 +0100)
commitc59abdb997a1d1d703ac5dd71513dea03628a53e
tree4e5e96ffdfebcbabc31c4b130c7ef56236348382
parent3702fd5c7d6121bab0ff5726804e6591038406b3
If all inputs to an effect have the same input size, use that instead of fitting to the aspect.

The common case here is one-input effects on overlays.
Reported by Christophe Thommeret.
effect_chain.cpp
effect_chain_test.cpp