Libav
Functions
buffersrc.h File Reference

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.
int av_buffersrc_add_frame (AVFilterContext *ctx, AVFrame *frame)
 Add a frame to the buffer source.

Detailed Description

Memory buffer source API.

Definition in file buffersrc.h.