Libav
Data Structures | Functions

Memory buffer source API. More...

#include "avfilter.h"

Go to the source code of this file.

Data Structures

struct  AVBufferSrcParameters
 This structure contains the parameters describing the frames that will be passed to this filter. More...
 

Functions

AVBufferSrcParametersav_buffersrc_parameters_alloc (void)
 Allocate a new AVBufferSrcParameters instance. More...
 
int av_buffersrc_parameters_set (AVFilterContext *ctx, AVBufferSrcParameters *param)
 Initialize the buffersrc or abuffersrc filter with the provided parameters. More...
 
int av_buffersrc_write_frame (AVFilterContext *ctx, const AVFrame *frame)
 Add a frame to the buffer source. More...
 
int av_buffersrc_add_frame (AVFilterContext *ctx, AVFrame *frame)
 Add a frame to the buffer source. More...
 

Detailed Description

Memory buffer source API.

Definition in file buffersrc.h.