[FFmpeg-cvslog] avcodec/hw_base_encode: Add missing include
Andreas Rheinhardt
git at videolan.org
Thu Jul 4 20:48:15 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Jul 2 23:18:27 2024 +0200| [b13291f37cc5edec82cdf725a7386576f395cec8] | committer: Andreas Rheinhardt
avcodec/hw_base_encode: Add missing include
Fixes checkheaders.
Reviewed-by: Sean McGovern <gseanmcg at gmail.com>
Reviewed-by: Tong Wu <wutong1208 at outlook.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b13291f37cc5edec82cdf725a7386576f395cec8
---
libavcodec/hw_base_encode.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/hw_base_encode.h b/libavcodec/hw_base_encode.h
index e528f2013b..ac0cc7b80c 100644
--- a/libavcodec/hw_base_encode.h
+++ b/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"
More information about the ffmpeg-cvslog
mailing list