summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-29 00:27:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-01 01:31:57 +0200
commite29ce33a36c2e20444d57196defc86d5072bce81 (patch)
treef3a0e5bc200af5a94170b96779d4407ce0db7e39 /src/lib/ffmpeg.h
parent81646d1dd5b28fa05d8f134142dcbaed6314ebab (diff)
Switch decoding to ffmpeg send/receive API.
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h1
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 */