summaryrefslogtreecommitdiff
path: root/libavcodec/amfenc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-10 11:04:36 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-07 00:31:23 +0100
commit70611d7f3b8521a4b91d81a023d80287d4cad07b (patch)
tree376ba9944586735f4809323c841a9a7b881dc215 /libavcodec/amfenc.h
parent37e70d480218b041d247c7be92d21556343b3c9a (diff)
lavc/amfenc: switch to new FIFO API
Diffstat (limited to 'libavcodec/amfenc.h')
-rw-r--r--libavcodec/amfenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/amfenc.h b/libavcodec/amfenc.h
index 358b2ef778..1ab98d2f78 100644
--- a/libavcodec/amfenc.h
+++ b/libavcodec/amfenc.h
@@ -72,7 +72,7 @@ typedef struct AmfContext {
AVFrame *delayed_frame;
// shift dts back by max_b_frames in timing
- AVFifoBuffer *timestamp_list;
+ AVFifo *timestamp_list;
int64_t dts_delay;
// common encoder option options