mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
43002487cb
commit
58a39e3436
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/buffer.h"
|
||||
|
||||
#include "get_bits.h"
|
||||
#include "sei.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue