#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
|
static int | do_lumakey_slice8 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | do_lumakey_slice16 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | config_input (AVFilterLink *inlink) |
|
static int | filter_frame (AVFilterLink *link, AVFrame *frame) |
|
static av_cold int | query_formats (AVFilterContext *ctx) |
|
static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
|
| AVFILTER_DEFINE_CLASS (lumakey) |
|
◆ OFFSET
◆ FLAGS
◆ do_lumakey_slice8()
◆ do_lumakey_slice16()
◆ config_input()
◆ filter_frame()
◆ query_formats()
◆ process_command()
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
lumakey |
| ) |
|
◆ lumakey_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 178 of file vf_lumakey.c.
◆ lumakey_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 188 of file vf_lumakey.c.
◆ lumakey_options
◆ ff_vf_lumakey
Initial value:= {
.name = "lumakey",
.priv_class = &lumakey_class,
}
Definition at line 208 of file vf_lumakey.c.
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)