summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-01 19:32:15 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-01 19:32:15 +0200
commit1516214cdc7970797b79bca06b46a2eed16a1da3 (patch)
tree4d9d474fd498cf44c666219af240740527022ffc /src/lib/ffmpeg.h
parent8963f0007af1a312017b9627c18b82ec2a577591 (diff)
parent6f792158e88d9426a0eafc7f1724a33ddbd453e5 (diff)
Build with FFmpeg 4.4 and switch to the new send/receive APIs.
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 */