summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-27 22:22:07 +0200
committerCarl Hetherington <cth@carlh.net>2025-12-29 17:31:35 +0100
commit6edac68a2309b213ee2c83c3d917d005210d5124 (patch)
tree53e01509bff3d56be67642a1da858daef80cc6ea /src/lib/ffmpeg.h
parent407cde5dc304588a1e60252f0813aff44bfa2ed5 (diff)
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h
index 63446e5cd..08b0ddd28 100644
--- a/src/lib/ffmpeg.h
+++ b/src/lib/ffmpeg.h
@@ -79,8 +79,6 @@ protected:
/** AVFrame used for decoding video */
AVFrame* _video_frame = nullptr;
- /** Index of video stream within AVFormatContext */
- boost::optional<int> _video_stream;
AVFrame* audio_frame (std::shared_ptr<const FFmpegAudioStream> stream);