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:
Andreas Rheinhardt 2024-07-02 23:18:27 +02:00
parent e2af5904f0
commit b13291f37c
1 changed files with 1 additions and 0 deletions

View File

@ -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"