#include "libavutil/opt.h"
#include "filters.h"
#include "video.h"
#include "lavfutils.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ mode
- Todo
- switch to dualinput
| Enumerator |
|---|
| MODE_COVER | |
| MODE_BLUR | |
| NB_MODES | |
Definition at line 31 of file vf_cover_rect.c.
◆ AVFILTER_DEFINE_CLASS()
◆ config_input()
◆ cover_rect()
◆ blur()
◆ filter_frame()
◆ uninit()
◆ init()
◆ cover_rect_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 47 of file vf_cover_rect.c.
◆ cover_rect_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 218 of file vf_cover_rect.c.
◆ ff_vf_cover_rect
Initial value:= {
.p.name = "cover_rect",
.p.priv_class = &cover_rect_class,
}
int(* init)(AVBSFContext *ctx)
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_PIXFMTS(...)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
static const AVFilterPad cover_rect_inputs[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 227 of file vf_cover_rect.c.