Video splitter. More...
#include "avfilter.h"
Go to the source code of this file.
Functions | |
static void | start_frame (AVFilterLink *inlink, AVFilterBufferRef *picref) |
static void | draw_slice (AVFilterLink *inlink, int y, int h, int slice_dir) |
static void | end_frame (AVFilterLink *inlink) |
Variables | |
AVFilter | avfilter_vf_split |
Video splitter.
Definition in file vf_split.c.
|
static |
Definition at line 36 of file vf_split.c.
|
static |
Definition at line 42 of file vf_split.c.
|
static |
Definition at line 28 of file vf_split.c.
AVFilter avfilter_vf_split |
Definition at line 50 of file vf_split.c.