Put Image in dcpomatic:: to avoid Fastvideo name clash.
[dcpomatic.git] / src / lib / image.h
index 46633df679d00b9f6eceee34be126711c0fd5d85..c7e725d5540953a294464a6f22b03981f6d5be1e 100644 (file)
@@ -38,6 +38,8 @@ extern "C" {
 struct AVFrame;
 class Socket;
 
+namespace dcpomatic {
+
 class Image : public boost::enable_shared_from_this<Image>
 {
 public:
@@ -107,4 +109,6 @@ private:
 extern PositionImage merge (std::list<PositionImage> images);
 extern bool operator== (Image const & a, Image const & b);
 
+}
+
 #endif