summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-13 12:35:56 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-13 12:35:56 +0100
commit4079beaa74c67e81ae8e40bd715dcc68cdbdf676 (patch)
tree70db90b38c262fc539fc3b14cc78e3879a9ecce6 /src/lib/video_mxf_content.h
parent8bdc1edabc107c3ba0ec6c5f0b8f93ac00e4c631 (diff)
Fix setup of initial colour conversion for Video MXF content.
Diffstat (limited to 'src/lib/video_mxf_content.h')
-rw-r--r--src/lib/video_mxf_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h
index 08946242c..1fa428704 100644
--- a/src/lib/video_mxf_content.h
+++ b/src/lib/video_mxf_content.h
@@ -37,7 +37,6 @@ public:
void as_xml (xmlpp::Node* node, bool with_paths) const;
DCPTime full_length () const;
void add_properties (std::list<UserProperty>& p) const;
- void set_default_colour_conversion ();
static bool valid_mxf (boost::filesystem::path path);
};