From 257fce15e8b4dfa112d039e7888e3ec04e523198 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 May 2019 16:08:33 +0100 Subject: swaroop: basics of encrypted MP4 playback. --- src/lib/ffmpeg_examiner.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/lib/ffmpeg_examiner.h') diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index d2e6e1a0a..1c0dad3dc 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -75,6 +75,12 @@ public: return _rotation; } +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::optional id () const { + return _id; + } +#endif + private: void video_packet (AVCodecContext *); void audio_packet (AVCodecContext *, boost::shared_ptr); @@ -94,6 +100,10 @@ private: boost::optional _rotation; +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::optional _id; +#endif + struct SubtitleStart { SubtitleStart (std::string id_, bool image_, dcpomatic::ContentTime time_) -- cgit v1.2.3