border detection filter Ported from MPlayer libmpcodecs/vf_cropdetect.c. More...
Go to the source code of this file.
Data Structures | |
struct | CropDetectContext |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int | checkline (void *ctx, const unsigned char *src, int stride, int len, int bpp) |
static av_cold int | init (AVFilterContext *ctx, const char *args, void *opaque) |
static int | config_input (AVFilterLink *inlink) |
static void | end_frame (AVFilterLink *inlink) |
Variables | |
AVFilter | avfilter_vf_cropdetect |
border detection filter Ported from MPlayer libmpcodecs/vf_cropdetect.c.
Definition in file vf_cropdetect.c.
|
static |
Definition at line 53 of file vf_cropdetect.c.
Referenced by end_frame().
|
static |
Definition at line 98 of file vf_cropdetect.c.
|
static |
Definition at line 114 of file vf_cropdetect.c.
|
static |
Definition at line 80 of file vf_cropdetect.c.
|
static |
Definition at line 38 of file vf_cropdetect.c.
AVFilter avfilter_vf_cropdetect |
Definition at line 194 of file vf_cropdetect.c.