FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | EPXContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | OFFSET(x) offsetof(EPXContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (epx) | |
static int | epx2_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
static int | epx3_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
static int | config_output (AVFilterLink *outlink) |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVOption | epx_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_vf_epx |
#define OFFSET | ( | x | ) | offsetof(EPXContext, x) |
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
AVFILTER_DEFINE_CLASS | ( | epx | ) |
|
static |
Definition at line 45 of file vf_epx.c.
Referenced by config_output().
|
static |
Definition at line 112 of file vf_epx.c.
Referenced by config_output().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_vf_epx |