video vertical flip filter More...
Go to the source code of this file.
Data Structures | |
struct | FlipContext |
Functions | |
static int | config_input (AVFilterLink *link) |
static AVFilterBufferRef * | get_video_buffer (AVFilterLink *link, int perms, int w, int h) |
static void | start_frame (AVFilterLink *link, AVFilterBufferRef *inpicref) |
static void | draw_slice (AVFilterLink *link, int y, int h, int slice_dir) |
Variables | |
AVFilter | avfilter_vf_vflip |
video vertical flip filter
Definition in file vf_vflip.c.
|
static |
Definition at line 33 of file vf_vflip.c.
|
static |
Definition at line 83 of file vf_vflip.c.
|
static |
Definition at line 42 of file vf_vflip.c.
|
static |
Definition at line 65 of file vf_vflip.c.
AVFilter avfilter_vf_vflip |
Definition at line 90 of file vf_vflip.c.