summaryrefslogtreecommitdiff
path: root/src/lib/dcp_examiner.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-13 14:12:15 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-13 14:12:15 +0000
commit71d56fbe3ba5974505469d2c8b7efcdef4eb8adc (patch)
tree7967193b6b8668bf0de9439a635e1bc9f80283a8 /src/lib/dcp_examiner.h
parentdf89a39cfd34d0d70609daa214d3b618bb6223bd (diff)
Disable YUV->RGB conversion controls with non-YUV sources (#649).
Diffstat (limited to 'src/lib/dcp_examiner.h')
-rw-r--r--src/lib/dcp_examiner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h
index 532bad60c..f2609ed3e 100644
--- a/src/lib/dcp_examiner.h
+++ b/src/lib/dcp_examiner.h
@@ -43,6 +43,10 @@ public:
return _video_length;
}
+ bool yuv () const {
+ return false;
+ }
+
std::string name () const {
return _name;
}