diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-25 02:48:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-25 02:48:32 +0100 |
| commit | 8167d04e4dde6297ad936dca5dc691818a4dae41 (patch) | |
| tree | 37aac64d82949ac0086d40259ccd06e35e728597 /src/lib/image_content.h | |
| parent | d8b6ee12af54a37433e96238bdca29171d6e0eb6 (diff) | |
11b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour conversions depending on type and resolution
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 38aa77bf5..83a02a166 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -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; |
