X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=resample_effect.cpp;h=50b7c6bc5c4730fc6bb25cd18c96a446c8f02986;hb=de9c0e36aae9272c57596541de19790686669b25;hp=a6774873daa3b5b58be975300f97839cc5562a56;hpb=e9f0fb5e6ae193a5a853ac5aef82927b6a81267a;p=movit diff --git a/resample_effect.cpp b/resample_effect.cpp index a677487..50b7c6b 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -1,7 +1,7 @@ // Three-lobed Lanczos, the most common choice. #define LANCZOS_RADIUS 3.0 -#include +#include #include #include #include