diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-27 14:19:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-27 14:19:28 +0100 |
| commit | 3feacf8bbdd094b7ac9a705911486288e436cd4f (patch) | |
| tree | 88acfc8dc8142572681f7cd9e7b3fab67ab0cae2 /src/lib/dcp_content.h | |
| parent | 82efb1abd6a399917fa34a417039d58424236d23 (diff) | |
Tidy up DCP content colour conversion a bit.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index b4aebc45e..410953eb7 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -57,6 +57,8 @@ public: void as_xml (xmlpp::Node *) const; std::string identifier () const; + void set_default_colour_conversion (); + /* SubtitleContent */ bool has_text_subtitles () const { |
