memory buffer source API for video More...
#include "libavcodec/avcodec.h"
#include "avfilter.h"
Go to the source code of this file.
Functions | |
int | av_vsrc_buffer_add_frame (AVFilterContext *buffer_filter, AVFrame *frame, int64_t pts, AVRational pixel_aspect) |
memory buffer source API for video
Definition in file vsrc_buffer.h.
int av_vsrc_buffer_add_frame | ( | AVFilterContext * | buffer_filter, | |
AVFrame * | frame, | |||
int64_t | pts, | |||
AVRational | pixel_aspect | |||
) |
Definition at line 45 of file vsrc_buffer.c.
Referenced by output_packet(), and transcode_video().