summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-07 11:41:42 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-07 00:31:23 +0100
commit35e52d21dc77653b5466c7bc0696d26edcfa8bab (patch)
tree82bbdb0a293279bf416180d54c38ed67e1dc26ee /libavcodec/qsvenc.h
parent08181624e041d36742870415319a1c599a6d3870 (diff)
lavc/qsvenc: switch to new FIFO API
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r--libavcodec/qsvenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index 41619f9b3e..2bda858427 100644
--- a/libavcodec/qsvenc.h
+++ b/libavcodec/qsvenc.h
@@ -151,7 +151,7 @@ typedef struct QSVEncContext {
mfxExtBuffer **extparam;
- AVFifoBuffer *async_fifo;
+ AVFifo *async_fifo;
QSVFramesContext frames_ctx;