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

Anton Khirnov git at videolan.org
Thu Jun 10 17:56:18 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon May 31 12:01:45 2021 +0200| [58a39e3436ced39a2d1ef10e76f243e98ed235be] | committer: Anton Khirnov

lavc/hevc_sei: include buffer.h explicitly

Do not rely on including it indirectly through get_bits.h->avcodec.h

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

 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"
 



More information about the ffmpeg-cvslog mailing list