X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=resample_effect.cpp;h=f0c57c78ad772d42a20bb50c887199ea77c34ab5;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hp=ec4f67edad5d628dcf0b9ab555d50cb4b747b957;hpb=faf8ad966f79932fe890b564d39f96342ae1e844;p=movit diff --git a/resample_effect.cpp b/resample_effect.cpp index ec4f67e..f0c57c7 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -1,12 +1,16 @@ // Three-lobed Lanczos, the most common choice. #define LANCZOS_RADIUS 3.0 -#include -#include #include +#include +#include +#include +#include +#include -#include "resample_effect.h" #include "effect_chain.h" +#include "effect_util.h" +#include "resample_effect.h" #include "util.h" namespace {