avcodec/hw_base_encode: Add missing include

Fixes checkheaders.

Reviewed-by: Sean McGovern <gseanmcg@gmail.com>
Reviewed-by: Tong Wu <wutong1208@outlook.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 9 months ago
parent e2af5904f0
commit b13291f37c
  1. 1
      libavcodec/hw_base_encode.h

@ -19,6 +19,7 @@
#ifndef AVCODEC_HW_BASE_ENCODE_H
#define AVCODEC_HW_BASE_ENCODE_H
#include "avcodec.h"
#include "libavutil/hwcontext.h"
#include "libavutil/fifo.h"

Loading…
Cancel
Save