]> git.sesse.net Git - movit/blobdiff - image_format.h
Move everything into “namespace movit”.
[movit] / image_format.h
index 7ca334c36016e4324f0cc75fac9ab8fe87af5cb3..77838ececa33918b061744e31b5f5cc58adbb9bf 100644 (file)
@@ -11,6 +11,8 @@
 // where Y' is derived from R'G'B' instead of RGB, since this is the same
 // system as used in Rec. 601 and 709.
 
+namespace movit {
+
 enum MovitPixelFormat {
        FORMAT_RGB,
        FORMAT_RGBA_PREMULTIPLIED_ALPHA,
@@ -52,4 +54,6 @@ struct ImageFormat {
        GammaCurve gamma_curve;
 };
 
+}  // namespace movit
+
 #endif  // !defined(_MOVIT_IMAGE_FORMAT_H)