ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to