Libav
Functions

Memory buffer source API. More...

#include "avfilter.h"

Go to the source code of this file.

Functions

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.