X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_mxf_content.cc;h=325ea8e7214a460cc52e447c26e96e07cf5f4a56;hb=518be532a480173dfac962d5aca347a2388bb072;hp=1f416312233f3efe21edae87ccfbc248abfa2d3a;hpb=1a693725f9a8cc6ba58f65b2f1ef03255d295f23;p=dcpomatic.git diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index 1f4163122..325ea8e72 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -81,6 +81,7 @@ VideoMXFContent::examine (shared_ptr job) video.reset (new VideoContent (this)); shared_ptr examiner (new VideoMXFExaminer (shared_from_this ())); video->take_from_examiner (examiner); + video->unset_colour_conversion (); } string @@ -121,9 +122,3 @@ VideoMXFContent::add_properties (list& p) const { video->add_properties (p); } - -void -VideoMXFContent::set_default_colour_conversion () -{ - video->unset_colour_conversion (); -}