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 |
Functions | |
static av_cold int | pp_init (AVFilterContext *ctx, const char *args) |
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, AVFilterBufferRef *inbuf) |
static av_cold void | pp_uninit (AVFilterContext *ctx) |
Variables | |
static const AVFilterPad | pp_inputs [] |
static const AVFilterPad | pp_outputs [] |
AVFilter | avfilter_vf_pp |
libpostproc filter, ported from MPlayer.
Definition in file vf_pp.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter avfilter_vf_pp |