FFmpeg
4.3.7
|
memory buffer sink API for audio and video More...
#include "avfilter.h"
Go to the source code of this file.
Macros | |
#define | AV_BUFFERSINK_FLAG_PEEK 1 |
Tell av_buffersink_get_buffer_ref() to read video/samples buffer reference, but not remove it from the buffer. More... | |
#define | AV_BUFFERSINK_FLAG_NO_REQUEST 2 |
Tell av_buffersink_get_buffer_ref() not to request a frame from its input. More... | |
Typedefs | |
typedef AVFrame * | av_buffersink_alloc_video_frame(AVFilterContext *ctx, void *v, int w, int h) |
memory buffer sink API for audio and video
Definition in file buffersink.h.