Disable YUV->RGB conversion controls with non-YUV sources (#649).
[dcpomatic.git] / src / lib / dcp_examiner.h
index 532bad60c54ba649f91b0958247e8c1474afc4d8..f2609ed3e4b262b72340643c2b23f93455f9d844 100644 (file)
@@ -43,6 +43,10 @@ public:
                return _video_length;
        }
 
+       bool yuv () const {
+               return false;
+       }
+
        std::string name () const {
                return _name;
        }