Various fixes pointed out by tests.
[dcpomatic.git] / src / lib / dcp_video.h
index e8e90260ce9955fd390be34a4135489187710a07..051333c45727b11f73b29d9797cdf57079382791 100644 (file)
@@ -18,8 +18,8 @@
 
 */
 
-#include <dcp/picture_mxf_writer.h>
 #include "util.h"
+#include <dcp/picture_mxf_writer.h>
 
 /** @file  src/dcp_video_frame.h
  *  @brief A single frame of video destined for a DCP.
@@ -57,6 +57,8 @@ public:
        }
 
        Eyes eyes () const;
+
+       bool same (boost::shared_ptr<const DCPVideo> other) const;
        
 private: