X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.cpp;h=dbc57883897e6fc4ba3488661c6376c8d186d480;hp=367e8b4d52604043d6529fcdb5b392ed77136ec2;hb=6cb5e1fe7bc64c156da45b7646e2e52bf473e253;hpb=0d58598f7c593c34de04ec1a0e4849f5cfb44792 diff --git a/resample_effect.cpp b/resample_effect.cpp index 367e8b4..dbc5788 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -15,6 +15,8 @@ using namespace std; +namespace movit { + namespace { float sinc(float x) @@ -404,3 +406,5 @@ void SingleResamplePassEffect::set_gl_state(GLuint glsl_program_num, const strin glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); check_error(); } + +} // namespace movit