#include "config.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "vsrc_gfxcapture.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
gfxcapture | | ) |
|
◆ gfxcapture_options
◆ gfxcapture_outputs
Initial value:= {
{
.name = "default",
},
}
int ff_gfxcapture_config_props(AVFilterLink *outlink) NOEXCEPT
Definition at line 81 of file vsrc_gfxcapture.c.
◆ ff_vsrc_gfxcapture
Initial value:= {
.p.name = "gfxcapture",
.p.priv_class = &gfxcapture_class,
}
int(* init)(AVBSFContext *ctx)
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_OUTPUTS(array)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
@ AV_PIX_FMT_D3D11
Hardware surfaces for Direct3D11.
static const AVFilterPad gfxcapture_outputs[]
av_cold void ff_gfxcapture_uninit(AVFilterContext *avctx) NOEXCEPT
int ff_gfxcapture_activate(AVFilterContext *avctx) NOEXCEPT
av_cold int ff_gfxcapture_init(AVFilterContext *avctx) NOEXCEPT
Definition at line 89 of file vsrc_gfxcapture.c.