[FFmpeg-devel] [PATCH 06/13] lavc/h264_parser: add missing headers
Anton Khirnov
anton at khirnov.net
Mon Jan 24 19:00:07 EET 2022
---
libavcodec/h264_parser.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index 816b04845e..b221459c1b 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.34.1
More information about the ffmpeg-devel
mailing list