[FFmpeg-devel] [PATCH] lavc/hevc_sei: include buffer.h explicitly

Anton Khirnov anton at khirnov.net
Mon May 31 13:05:07 EEST 2021


Do not rely on including it indirectly through get_bits.h->avcodec.h
---
Needed before 12/25, somehow missed it.
---
 libavcodec/hevc_sei.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/hevc_sei.h b/libavcodec/hevc_sei.h
index c67dbceb6c..4b6bfddeb9 100644
--- a/libavcodec/hevc_sei.h
+++ b/libavcodec/hevc_sei.h
@@ -23,6 +23,8 @@
 
 #include <stdint.h>
 
+#include "libavutil/buffer.h"
+
 #include "get_bits.h"
 #include "sei.h"
 
-- 
2.30.2



More information about the ffmpeg-devel mailing list