[FFmpeg-devel] [PATCH v2 07/18] lavc/h264_parser: add missing headers

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Jan 24 22:09:20 EET 2022


From: Anton Khirnov <anton at khirnov.net>

---
 libavcodec/h264_parser.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index aee7cdb934..4002bcad77 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -40,8 +40,11 @@
 #include "get_bits.h"
 #include "golomb.h"
 #include "h264.h"
+#include "h264dsp.h"
+#include "h264_parse.h"
 #include "h264_sei.h"
 #include "h264_ps.h"
+#include "h2645_parse.h"
 #include "h264data.h"
 #include "internal.h"
 #include "mpegutils.h"
-- 
2.32.0



More information about the ffmpeg-devel mailing list