ffmpeg | branch: master | Anton Khirnov <an...@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"
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to