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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue