1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavc/hevc_sei: include buffer.h explicitly

Do not rely on including it indirectly through get_bits.h->avcodec.h
This commit is contained in:
Anton Khirnov
2021-05-31 12:01:45 +02:00
parent 43002487cb
commit 58a39e3436

View File

@@ -23,6 +23,8 @@
#include <stdint.h>
#include "libavutil/buffer.h"
#include "get_bits.h"
#include "sei.h"