Data Structures |
struct | CropContext |
Enumerations |
enum | var_name {
VAR_E,
VAR_PHI,
VAR_PI,
VAR_IN_W,
VAR_IW,
VAR_IN_H,
VAR_IH,
VAR_OUT_W,
VAR_OW,
VAR_OUT_H,
VAR_OH,
VAR_X,
VAR_Y,
VAR_N,
VAR_POS,
VAR_T,
VAR_VARS_NB,
VAR_E,
VAR_PHI,
VAR_PI,
VAR_MAIN_W,
VAR_MW,
VAR_MAIN_H,
VAR_MH,
VAR_OVERLAY_W,
VAR_OW,
VAR_OVERLAY_H,
VAR_OH,
VAR_VARS_NB,
VAR_PI,
VAR_PHI,
VAR_E,
VAR_IN_W,
VAR_IW,
VAR_IN_H,
VAR_IH,
VAR_OUT_W,
VAR_OW,
VAR_OUT_H,
VAR_OH,
VAR_X,
VAR_Y,
VAR_A,
VAR_HSUB,
VAR_VSUB,
VARS_NB,
VAR_PI,
VAR_PHI,
VAR_E,
VAR_IN_W,
VAR_IW,
VAR_IN_H,
VAR_IH,
VAR_OUT_W,
VAR_OW,
VAR_OUT_H,
VAR_OH,
VAR_A,
VAR_HSUB,
VAR_VSUB,
VARS_NB,
VAR_E,
VAR_INTERLACED,
VAR_N,
VAR_PHI,
VAR_PI,
VAR_POS,
VAR_PREV_INPTS,
VAR_PREV_OUTPTS,
VAR_PTS,
VAR_STARTPTS,
VAR_TB,
VAR_VARS_NB,
VAR_E,
VAR_PHI,
VAR_PI,
VAR_AVTB,
VAR_INTB,
VAR_VARS_NB,
VAR_E,
VAR_PHI,
VAR_PI,
VAR_AVTB,
VAR_VARS_NB
} |
Functions |
static int | query_formats (AVFilterContext *ctx) |
static av_cold int | init (AVFilterContext *ctx, const char *args, void *opaque) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | normalize_double (int *n, double d) |
static int | config_input (AVFilterLink *link) |
static int | config_output (AVFilterLink *link) |
static void | start_frame (AVFilterLink *link, AVFilterBufferRef *picref) |
static void | draw_slice (AVFilterLink *link, int y, int h, int slice_dir) |
static void | end_frame (AVFilterLink *link) |
Variables |
static const char * | var_names [] |
AVFilter | avfilter_vf_crop |
video crop filter
Definition in file vf_crop.c.