diff options
author | Timo Rothenpieler <[email protected]> | 2025-09-14 18:47:02 +0200 |
---|---|---|
committer | Timo Rothenpieler <[email protected]> | 2025-09-14 20:33:24 +0200 |
commit | d74d3080ffdd358c595cf363f4053860d8fbb17d (patch) | |
tree | f09ab3dbc82b0955d6456c4c4172255226a42527 /libavfilter/vsrc_gfxcapture.h | |
parent | 9e3c07f2dfaaf55690a83b173778487ce5c9a484 (diff) |
avfilter/vsrc_gfxcapture: make checkheaders happy
Diffstat (limited to 'libavfilter/vsrc_gfxcapture.h')
-rw-r--r-- | libavfilter/vsrc_gfxcapture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/vsrc_gfxcapture.h b/libavfilter/vsrc_gfxcapture.h index 617f48de22..f541f9ba21 100644 --- a/libavfilter/vsrc_gfxcapture.h +++ b/libavfilter/vsrc_gfxcapture.h @@ -19,6 +19,10 @@ #ifndef AVFILTER_VSRC_GFXCAPTURE_H #define AVFILTER_VSRC_GFXCAPTURE_H +#include "libavutil/log.h" +#include "libavutil/rational.h" +#include "libavfilter/avfilter.h" + typedef struct GfxCaptureContextCpp GfxCaptureContextCpp; enum GfxResizeMode { |