]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Add a utility library for downconverting to fp16.
[movit] / effect_chain.h
index 1f850519dec8af1f1032492d6ae4e601cfa542f9..642f079201f037219b1ead3c02aebf3e85bfb28d 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "image_format.h"
 
+namespace movit {
+
 class Effect;
 class Input;
 struct Phase;
@@ -266,4 +268,6 @@ private:
        bool owns_resource_pool;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_EFFECT_CHAIN_H)