Prior to 2537a2d Decoder::position() was not updated if a decoder emitted
[dcpomatic.git] / src / lib / video_mxf_content.cc
index 1f416312233f3efe21edae87ccfbc248abfa2d3a..325ea8e7214a460cc52e447c26e96e07cf5f4a56 100644 (file)
@@ -81,6 +81,7 @@ VideoMXFContent::examine (shared_ptr<Job> job)
        video.reset (new VideoContent (this));
        shared_ptr<VideoMXFExaminer> examiner (new VideoMXFExaminer (shared_from_this ()));
        video->take_from_examiner (examiner);
+       video->unset_colour_conversion ();
 }
 
 string
@@ -121,9 +122,3 @@ VideoMXFContent::add_properties (list<UserProperty>& p) const
 {
        video->add_properties (p);
 }
-
-void
-VideoMXFContent::set_default_colour_conversion ()
-{
-       video->unset_colour_conversion ();
-}