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