]> git.sesse.net Git - movit/commitdiff
Fix some small whitespace errors in SingleResamplePassEffect.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Jan 2018 23:52:23 +0000 (00:52 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Jan 2018 23:52:23 +0000 (00:52 +0100)
resample_effect.cpp

index 1f6c47c9d236a56ec688ff52d21452083600fc95..690f15a90e6622ed9a1c53194251491622eed855 100644 (file)
@@ -435,8 +435,8 @@ bool ResampleEffect::set_float(const string &key, float value) {
 SingleResamplePassEffect::SingleResamplePassEffect(ResampleEffect *parent)
        : parent(parent),
          direction(HORIZONTAL),
-         input_width(1280),
-         input_height(720),
+         input_width(1280),
+         input_height(720),
          offset(0.0),
          zoom(1.0),
          last_input_width(-1),