[FFmpeg-cvslog] avcodec/evc_parse: add missing includes

James Almer git at videolan.org
Sat Jun 17 18:43:44 EEST 2023


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Jun 17 12:43:15 2023 -0300| [dbc4c228902bc7845fdd0079a88972baaafdef8f] | committer: James Almer

avcodec/evc_parse: add missing includes

Fixes make checkheaders.

Signed-off-by: James Almer <jamrial at gmail.com>

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

 libavcodec/evc_parse.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libavcodec/evc_parse.h b/libavcodec/evc_parse.h
index 9eabc2f7a4..ee4b6c5708 100644
--- a/libavcodec/evc_parse.h
+++ b/libavcodec/evc_parse.h
@@ -24,6 +24,13 @@
 #ifndef AVCODEC_EVC_PARSE_H
 #define AVCODEC_EVC_PARSE_H
 
+#include <stdint.h>
+
+#include "libavutil/intreadwrite.h"
+#include "libavutil/log.h"
+#include "libavutil/rational.h"
+#include "evc.h"
+
 #define EVC_MAX_QP_TABLE_SIZE   58
 #define NUM_CPB                 32
 



More information about the ffmpeg-cvslog mailing list