#include <float.h>
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ VF
◆ exposure_slice()
static int exposure_slice |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ filter_frame()
◆ config_input()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
exposure |
| ) |
|
◆ exposure_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 125 of file vf_exposure.c.
◆ exposure_options
◆ ff_vf_exposure
Initial value:= {
.name = "exposure",
.priv_class = &exposure_class,
}
Definition at line 145 of file vf_exposure.c.
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.