Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-07 13:41:42 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-07 02:31:23 +0300
commit37e70d480218b041d247c7be92d21556343b3c9a (patch)
tree2e630102f46d851da5057980aac315eddc7c3e1e /libavcodec/internal.h
parent93ed3755746227dee13f71605d9a9d2fab6d524c (diff)
lavc/avcodec: switch to new FIFO API
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 72ca1553f6..4e864535f1 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -149,7 +149,7 @@ typedef struct AVCodecInternal {
* for decoding.
*/
AVPacket *last_pkt_props;
- AVFifoBuffer *pkt_props;
+ AVFifo *pkt_props;
/**
* temporary buffer used for encoders to store their bitstream