aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_encode.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-10-15 22:37:56 +0200
committerAnton Khirnov <anton@khirnov.net>2024-12-15 14:03:47 +0100
commit56ba57b6725116d4439f672f92ad70b766ea198a (patch)
tree1dec4d7e290f7f84f2c9e4b4d7cd3cf0ca059790 /libavcodec/vaapi_encode.h
parent183c59b4738c20e65ffe63b456c6f7bb0d5caf5b (diff)
downloadffmpeg-56ba57b6725116d4439f672f92ad70b766ea198a.tar.gz
lavc/refstruct: move to lavu and make public
It is highly versatile and generally useful.
Diffstat (limited to 'libavcodec/vaapi_encode.h')
-rw-r--r--libavcodec/vaapi_encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi_encode.h b/libavcodec/vaapi_encode.h
index c4f85397a2..40a3f4e064 100644
--- a/libavcodec/vaapi_encode.h
+++ b/libavcodec/vaapi_encode.h
@@ -202,7 +202,7 @@ typedef struct VAAPIEncodeContext {
AVVAAPIDeviceContext *hwctx;
// Pool of (reusable) bitstream output buffers.
- struct FFRefStructPool *output_buffer_pool;
+ struct AVRefStructPool *output_buffer_pool;
// Global parameters which will be applied at the start of the
// sequence (includes rate control parameters below).