diff options
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 2 |
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); |
