Disable YUV->RGB conversion controls with non-YUV sources (#649).
[dcpomatic.git] / src / lib / video_examiner.h
index 66d3ae5b57ea2b056a9678ac737b660de38ee0c9..3c8f71757f1cbce6d6a2c226bb023dee28ea5ed7 100644 (file)
@@ -38,4 +38,5 @@ public:
        virtual boost::optional<double> sample_aspect_ratio () const {
                return boost::optional<double> ();
        }
+       virtual bool yuv () const = 0;
 };