[FFmpeg-cvslog] avcodec/container_fifo: add missing stddef.h include
James Almer
git at videolan.org
Wed Aug 21 21:13:26 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Aug 21 15:12:46 2024 -0300| [9d15fe77e33b757c75a4186fa049857462737713] | committer: James Almer
avcodec/container_fifo: add missing stddef.h include
Fixes make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d15fe77e33b757c75a4186fa049857462737713
---
libavcodec/container_fifo.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/container_fifo.h b/libavcodec/container_fifo.h
index 75a8f9e86b..dd8b1d380f 100644
--- a/libavcodec/container_fifo.h
+++ b/libavcodec/container_fifo.h
@@ -19,6 +19,8 @@
#ifndef AVCODEC_CONTAINER_FIFO_H
#define AVCODEC_CONTAINER_FIFO_H
+#include <stddef.h>
+
/**
* ContainerFifo is a FIFO for "containers" - dynamically allocated reusable
* structs (e.g. AVFrame or AVPacket). ContainerFifo uses an internal pool of
More information about the ffmpeg-cvslog
mailing list