Fix recovery of partial video MXF.
[dcpomatic.git] / src / lib / image_content.h
index 38aa77bf52eddf7ea889b436483c3f585b628292..83a02a166ecd621f7a09bb1560b8f4394cae6fe4 100644 (file)
@@ -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;