[FFmpeg-cvslog] avcodec/cabac_functions, x86/cabac: Include stddef.h

Andreas Rheinhardt git at videolan.org
Thu Feb 4 06:37:52 EET 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Wed Feb  3 22:47:41 2021 +0100| [4f3d8cb5549e1b54f87edda446177848896fa50c] | committer: Andreas Rheinhardt

avcodec/cabac_functions, x86/cabac: Include stddef.h

Fixes checkheaders after 8c01eb0a315fec8f09ba6210ce8b0296de6cc784.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f3d8cb5549e1b54f87edda446177848896fa50c
---

 libavcodec/cabac_functions.h | 1 +
 libavcodec/x86/cabac.h       | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/libavcodec/cabac_functions.h b/libavcodec/cabac_functions.h
index bb2b4210b7..46af921822 100644
--- a/libavcodec/cabac_functions.h
+++ b/libavcodec/cabac_functions.h
@@ -27,6 +27,7 @@
 #ifndef AVCODEC_CABAC_FUNCTIONS_H
 #define AVCODEC_CABAC_FUNCTIONS_H
 
+#include <stddef.h>
 #include <stdint.h>
 
 #include "cabac.h"
diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h
index cfd3b759c9..53d74c541e 100644
--- a/libavcodec/x86/cabac.h
+++ b/libavcodec/x86/cabac.h
@@ -21,6 +21,8 @@
 #ifndef AVCODEC_X86_CABAC_H
 #define AVCODEC_X86_CABAC_H
 
+#include <stddef.h>
+
 #include "libavcodec/cabac.h"
 #include "libavutil/attributes.h"
 #include "libavutil/macros.h"



More information about the ffmpeg-cvslog mailing list