From 71d56fbe3ba5974505469d2c8b7efcdef4eb8adc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 13 Nov 2015 14:12:15 +0000 Subject: Disable YUV->RGB conversion controls with non-YUV sources (#649). --- src/lib/ffmpeg_examiner.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg_examiner.h') diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 27bff08b4..6e2185129 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -35,6 +35,7 @@ public: dcp::Size video_size () const; Frame video_length () const; boost::optional sample_aspect_ratio () const; + bool yuv () const; std::vector > subtitle_streams () const { return _subtitle_streams; -- cgit v1.2.3