From: Steinar H. Gunderson Date: Sun, 14 Jan 2018 23:52:23 +0000 (+0100) Subject: Fix some small whitespace errors in SingleResamplePassEffect. X-Git-Tag: 1.6.0~9 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=29888c096ef7aeea7d4d15ae40a5fece05b016ac Fix some small whitespace errors in SingleResamplePassEffect. --- diff --git a/resample_effect.cpp b/resample_effect.cpp index 1f6c47c..690f15a 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -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),