X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=9aa092ba207db4f614abfe5f45617c0eff3f3849;hp=ec64b83fc336800eeb29a0f66520adfa79a332a5;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f diff --git a/effect_chain.cpp b/effect_chain.cpp index ec64b83..9aa092b 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -29,6 +29,8 @@ using namespace std; +namespace movit { + EffectChain::EffectChain(float aspect_nom, float aspect_denom, ResourcePool *resource_pool) : aspect_nom(aspect_nom), aspect_denom(aspect_denom), @@ -1576,3 +1578,5 @@ void EffectChain::render_to_fbo(GLuint dest_fbo, unsigned width, unsigned height check_error(); } } + +} // namespace movit