summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
-rw-r--r--src/lib/ffmpeg_examiner.h10
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_)