diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-01-07 11:41:42 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-07 00:31:23 +0100 |
commit | 37e70d480218b041d247c7be92d21556343b3c9a (patch) | |
tree | 2e630102f46d851da5057980aac315eddc7c3e1e /libavcodec/internal.h | |
parent | 93ed3755746227dee13f71605d9a9d2fab6d524c (diff) | |
download | ffmpeg-37e70d480218b041d247c7be92d21556343b3c9a.tar.gz |
lavc/avcodec: switch to new FIFO API
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 2 |
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 |