X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input.cpp;h=ed8e3e96f835e5a2f39d281340ae6bdb9de36451;hp=d19cd4ee7a272d4147a53f25446bf84b7a0b62d0;hb=a7bc6c9c002f26b0bb781a3475774eba5dab6acf;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f diff --git a/flat_input.cpp b/flat_input.cpp index d19cd4e..ed8e3e9 100644 --- a/flat_input.cpp +++ b/flat_input.cpp @@ -9,6 +9,8 @@ using namespace std; +namespace movit { + FlatInput::FlatInput(ImageFormat image_format, MovitPixelFormat pixel_format, GLenum type, unsigned width, unsigned height) : image_format(image_format), pixel_format(pixel_format), @@ -118,3 +120,5 @@ void FlatInput::invalidate_pixel_data() texture_num = 0; } } + +} // namespace movit