|
FFmpeg
|
#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.
Macros | |
| #define | OFFSET(x) offsetof(GfxCaptureContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (gfxcapture) | |
Variables | |
| static const AVOption | gfxcapture_options [] |
| static const AVFilterPad | gfxcapture_outputs [] |
| const FFFilter | ff_vsrc_gfxcapture |
| #define OFFSET | ( | x | ) | offsetof(GfxCaptureContext, x) |
Definition at line 28 of file vsrc_gfxcapture.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 29 of file vsrc_gfxcapture.c.
| AVFILTER_DEFINE_CLASS | ( | gfxcapture | ) |
|
static |
Definition at line 30 of file vsrc_gfxcapture.c.
|
static |
Definition at line 81 of file vsrc_gfxcapture.c.
| const FFFilter ff_vsrc_gfxcapture |
Definition at line 89 of file vsrc_gfxcapture.c.
1.8.17