diff options
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 5e1d0842e..58223fa97 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -73,6 +73,7 @@ protected: FileGroup _file_group; AVFormatContext* _format_context = nullptr; + std::vector<AVCodecContext*> _codec_context; AVFrame* _frame = nullptr; /** Index of video stream within AVFormatContext */ |
