diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-23 13:58:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-23 13:58:33 +0100 |
| commit | a332bd6be323f03dad5b180fb237afe54f1bf81e (patch) | |
| tree | 70cf0da21c95941cda478717b15ea71aca4c0bdb /src/lib/ffmpeg_examiner.h | |
| parent | 1c11eaf92c5d592be6df07e2ac77cfcf65e3ed0c (diff) | |
Remove swaroop variant.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 4f5110ca0..3852f51a5 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -81,12 +81,6 @@ public: return _pulldown; } -#ifdef DCPOMATIC_VARIANT_SWAROOP - boost::optional<std::string> id () const { - return _id; - } -#endif - private: void video_packet (AVCodecContext *, std::string& temporal_reference); void audio_packet (AVCodecContext *, boost::shared_ptr<FFmpegAudioStream>); @@ -107,10 +101,6 @@ private: boost::optional<double> _rotation; bool _pulldown; -#ifdef DCPOMATIC_VARIANT_SWAROOP - boost::optional<std::string> _id; -#endif - struct SubtitleStart { SubtitleStart (std::string id_, bool image_, dcpomatic::ContentTime time_) |
