libavfilter/buffersrc.h File Reference

Memory buffer source API. More...

#include "avfilter.h"

Go to the source code of this file.

Functions

int av_buffersrc_buffer (AVFilterContext *s, AVFilterBufferRef *buf)
 Add a buffer to the filtergraph s.


Detailed Description

Memory buffer source API.

Definition in file buffersrc.h.


Function Documentation

int av_buffersrc_buffer ( AVFilterContext s,
AVFilterBufferRef buf 
)

Add a buffer to the filtergraph s.

Parameters:
buf buffer containing frame data to be passed down the filtergraph. This function will take ownership of buf, the user must not free it.

Definition at line 122 of file vsrc_buffer.c.

Referenced by transcode_video().


Generated on Fri Oct 26 02:46:11 2012 for FFmpeg by  doxygen 1.5.8