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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h
index 65fa9cb5c..ba9897031 100644
--- a/src/lib/ffmpeg_examiner.h
+++ b/src/lib/ffmpeg_examiner.h
@@ -97,6 +97,8 @@ private:
std::string subtitle_stream_name(AVStream* s) const;
boost::optional<dcpomatic::ContentTime> frame_time(AVFrame* frame, AVStream* stream) const;
+ std::vector<std::shared_ptr<FFmpegVideoStream>> _video_streams;
+ std::shared_ptr<FFmpegVideoStream> _best_video_stream;
std::vector<std::shared_ptr<FFmpegSubtitleStream>> _subtitle_streams;
std::vector<std::shared_ptr<FFmpegAudioStream>> _audio_streams;
boost::optional<dcpomatic::ContentTime> _first_video;