libavfilter/video.h File Reference
#include "avfilter.h"
Go to the source code of this file.
|
Functions |
AVFilterBufferRef * | ff_default_get_video_buffer (AVFilterLink *link, int perms, int w, int h) |
AVFilterBufferRef * | ff_null_get_video_buffer (AVFilterLink *link, int perms, int w, int h) |
void | ff_null_start_frame (AVFilterLink *link, AVFilterBufferRef *picref) |
void | ff_null_draw_slice (AVFilterLink *link, int y, int h, int slice_dir) |
void | ff_null_end_frame (AVFilterLink *link) |
Function Documentation
void ff_null_draw_slice |
( |
AVFilterLink * |
link, |
|
|
int |
y, |
|
|
int |
h, |
|
|
int |
slice_dir | |
|
) |
| | |