]> git.sesse.net Git - movit/commit
Mark ResampleEffect as not one-to-one sampling.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Sep 2015 14:37:47 +0000 (16:37 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Sep 2015 14:37:47 +0000 (16:37 +0200)
commitfe58d6d7a4f9284aa47270c2b21a59887124ae14
tree91490f4a50e011afe1a02196e8ab14796babd2c4
parentb564238fa1293c01c77bcabe7b2de267f146ab24
Mark ResampleEffect as not one-to-one sampling.

The assumption is broken whenever a non-integral top or left parameter
is specified. Instead, make an IntegralResampleEffect that enforces
these parameters to be integers, and then mark it as one-to-one sampling.
padding_effect.cpp
padding_effect.h