diff options
author | Timo Rothenpieler <[email protected]> | 2025-08-30 00:45:22 +0200 |
---|---|---|
committer | Timo Rothenpieler <[email protected]> | 2025-09-14 11:45:11 +0000 |
commit | 36e374efb05a2ad81369980de98a0d78381ec81f (patch) | |
tree | 75f67da7ada76d2c47ac3fb87ddc019049668921 /libavfilter/allfilters.c | |
parent | 7856f57533b14c18e888e275770a0ca26685d6e4 (diff) |
avfilter: add gfxcapture, Windows.Graphics.Capture based window/monitor capture
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 3ac1502254..84f15f85c5 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -571,6 +571,7 @@ extern const FFFilter ff_vsrc_colorspectrum; extern const FFFilter ff_vsrc_coreimagesrc; extern const FFFilter ff_vsrc_ddagrab; extern const FFFilter ff_vsrc_frei0r_src; +extern const FFFilter ff_vsrc_gfxcapture; extern const FFFilter ff_vsrc_gradients; extern const FFFilter ff_vsrc_haldclutsrc; extern const FFFilter ff_vsrc_life; |