mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
e2af5904f0
commit
b13291f37c
|
@ -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…
Reference in New Issue