|
FFmpeg
4.4.8
|
#include "libavutil/common.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.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 181 of file vf_scroll.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 182 of file vf_scroll.c.
Definition at line 183 of file vf_scroll.c.
|
static |
Definition at line 46 of file vf_scroll.c.
|
static |
Definition at line 80 of file vf_scroll.c.
Referenced by scroll().
|
static |
Definition at line 112 of file vf_scroll.c.
Referenced by filter_frame().
|
static |
Definition at line 142 of file vf_scroll.c.
|
static |
Definition at line 161 of file vf_scroll.c.
| AVFILTER_DEFINE_CLASS | ( | scroll | ) |
|
static |
Definition at line 185 of file vf_scroll.c.
|
static |
Definition at line 197 of file vf_scroll.c.
|
static |
Definition at line 207 of file vf_scroll.c.
| AVFilter ff_vf_scroll |
Definition at line 215 of file vf_scroll.c.