diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-27 22:22:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-29 17:31:35 +0100 |
| commit | 6edac68a2309b213ee2c83c3d917d005210d5124 (patch) | |
| tree | 53e01509bff3d56be67642a1da858daef80cc6ea /src/lib/ffmpeg_examiner.h | |
| parent | 407cde5dc304588a1e60252f0813aff44bfa2ed5 (diff) | |
wip: hacks2252-multi-stream
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 2 |
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; |
