X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.cpp;h=dbc57883897e6fc4ba3488661c6376c8d186d480;hp=367e8b4d52604043d6529fcdb5b392ed77136ec2;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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