lavc/hevc_sei: include buffer.h explicitly

Do not rely on including it indirectly through get_bits.h->avcodec.h
pull/362/head
Anton Khirnov 4 years ago
parent 43002487cb
commit 58a39e3436
  1. 2
      libavcodec/hevc_sei.h

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

Loading…
Cancel
Save