Fix recovery of partial video MXF.
[dcpomatic.git] / src / lib / image_content.h
index a1b1437c811fb391154b222466b7fa22a27b5258..83a02a166ecd621f7a09bb1560b8f4394cae6fe4 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef DCPOMATIC_IMAGE_CONTENT_H
 #define DCPOMATIC_IMAGE_CONTENT_H
 
-#include <boost/enable_shared_from_this.hpp>
 #include "video_content.h"
+#include <boost/enable_shared_from_this.hpp>
 
 namespace cxml {
        class Node;
@@ -44,6 +44,9 @@ public:
        DCPTime full_length () const;
 
        std::string identifier () const;
+
+       /* VideoContent */
+       void set_default_colour_conversion ();
        
        void set_video_length (ContentTime);
        bool still () const;