#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
colorbalance |
| ) |
|
Initial value:= {
.name = "colorbalance",
.priv_class = &colorbalance_class,
}
static const AVFilterPad colorbalance_inputs[]
static const AVFilterPad colorbalance_outputs[]
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several inputs
Definition at line 204 of file vf_colorbalance.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 186 of file vf_colorbalance.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 195 of file vf_colorbalance.c.