From fe771b1f0ed9f794bc98faa4cca2a15651f28e87 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jun 2015 19:12:44 +0100 Subject: Add more video properties to content properties dialog. Also implement the whole properties thing more neatly. --- src/lib/ffmpeg_content.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/ffmpeg_content.h') diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index c5797d5d1..05f6cebb6 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -104,6 +104,9 @@ public: std::list subtitles_during (ContentTimePeriod, bool starting) const; +protected: + void add_properties (std::list > &) const; + private: friend struct ffmpeg_pts_offset_test; friend struct audio_sampling_rate_test; @@ -114,6 +117,11 @@ private: boost::optional _first_video; /** Video filters that should be used when generating DCPs */ std::vector _filters; + + AVColorRange _color_range; + AVColorPrimaries _color_primaries; + AVColorTransferCharacteristic _color_trc; + AVColorSpace _colorspace; }; #endif -- cgit v1.2.3