diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 58e08a779..c04dba5b3 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -90,10 +90,7 @@ private: int _audio_stream; ///< may be < 0 if there is no audio int _subtitle_stream; ///< may be < 0 if there is no subtitle - AVFrame* _video_frame[2]; - int _last_video_frame; - int _this_video_frame; - AVFrame* _audio_frame; + AVFrame* _frame; std::vector<AudioStream> _audio_streams; std::vector<SubtitleStream> _subtitle_streams; |
