FFmpeg
|
libpostproc filter, ported from MPlayer. More...
#include "libavutil/avassert.h"
#include "libavutil/opt.h"
#include "internal.h"
#include "libpostproc/postprocess.h"
Go to the source code of this file.
Data Structures | |
struct | PPFilterContext |
Macros | |
#define | OFFSET(x) offsetof(PPFilterContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (pp) | |
static av_cold int | pp_init (AVFilterContext *ctx) |
static int | pp_process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
static int | pp_query_formats (AVFilterContext *ctx) |
static int | pp_config_props (AVFilterLink *inlink) |
static int | pp_filter_frame (AVFilterLink *inlink, AVFrame *inbuf) |
static av_cold void | pp_uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | pp_options [] |
static const AVFilterPad | pp_inputs [] |
static const AVFilterPad | pp_outputs [] |
AVFilter | ff_vf_pp |
libpostproc filter, ported from MPlayer.
Definition in file vf_pp.c.
#define OFFSET | ( | x | ) | offsetof(PPFilterContext, x) |
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
AVFILTER_DEFINE_CLASS | ( | pp | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_vf_pp |