summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-10 15:39:37 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-10 15:39:37 +0000
commit35466aa2bf59544d436a5f576e81856c5e0d0311 (patch)
treedcc142e196a859aa28d99110b2f5f5b54a18ba42 /src/lib/video_content.h
parentfec9cf2d1fb02d9a2f563cbe8e3de6cd479b35f2 (diff)
Default to no colour conversion for JPEG2000 and DCP content (#445).
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 320926190..792929419 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -86,7 +86,7 @@ public:
void set_bottom_crop (int);
void set_scale (VideoContentScale);
- void unset_colour_conversion ();
+ void unset_colour_conversion (bool signal = true);
void set_colour_conversion (ColourConversion);
void set_default_colour_conversion (bool signal = true);