|
FFmpeg
4.4.6
|
#include "libavutil/common.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | ScrollContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | OFFSET(x) offsetof(ScrollContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | VFT AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
| static int | query_formats (AVFilterContext *ctx) |
| static int | scroll_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static void | scroll (AVFilterContext *ctx, AVFrame *in, AVFrame *out) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static int | config_input (AVFilterLink *inlink) |
| AVFILTER_DEFINE_CLASS (scroll) | |
Variables | |
| static const AVOption | scroll_options [] |
| static const AVFilterPad | scroll_inputs [] |
| static const AVFilterPad | scroll_outputs [] |
| AVFilter | ff_vf_scroll |
| #define OFFSET | ( | x | ) | offsetof(ScrollContext, x) |
Definition at line 180 of file vf_scroll.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 181 of file vf_scroll.c.
Definition at line 182 of file vf_scroll.c.
|
static |
Definition at line 45 of file vf_scroll.c.
|
static |
Definition at line 79 of file vf_scroll.c.
Referenced by scroll().
|
static |
Definition at line 111 of file vf_scroll.c.
Referenced by filter_frame().
|
static |
Definition at line 141 of file vf_scroll.c.
|
static |
Definition at line 160 of file vf_scroll.c.
| AVFILTER_DEFINE_CLASS | ( | scroll | ) |
|
static |
Definition at line 184 of file vf_scroll.c.
|
static |
Definition at line 196 of file vf_scroll.c.
|
static |
Definition at line 206 of file vf_scroll.c.
| AVFilter ff_vf_scroll |
Definition at line 214 of file vf_scroll.c.