|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/imgutils.h"#include "libavcodec/avcodec.h"#include "avfilter.h"#include "internal.h"#include "audio.h"#include "avcodec.h"Go to the source code of this file.
Functions | |
| void | ff_avfilter_default_free_buffer (AVFilterBuffer *ptr) |
| default handler for freeing audio/video buffer when there are no references left | |
| static void | copy_video_props (AVFilterBufferRefVideoProps *dst, AVFilterBufferRefVideoProps *src) |
| AVFilterBufferRef * | avfilter_ref_buffer (AVFilterBufferRef *ref, int pmask) |
| void | avfilter_unref_buffer (AVFilterBufferRef *ref) |
| void | avfilter_unref_bufferp (AVFilterBufferRef **ref) |
| int | avfilter_copy_frame_props (AVFilterBufferRef *dst, const AVFrame *src) |
| void | avfilter_copy_buffer_ref_props (AVFilterBufferRef *dst, AVFilterBufferRef *src) |
| void ff_avfilter_default_free_buffer | ( | AVFilterBuffer * | ptr | ) |
|
static |
Definition at line 42 of file buffer.c.
Referenced by avfilter_copy_buffer_ref_props(), and avfilter_ref_buffer().
| AVFilterBufferRef* avfilter_ref_buffer | ( | AVFilterBufferRef * | ref, |
| int | pmask | ||
| ) |
| void avfilter_unref_buffer | ( | AVFilterBufferRef * | ref | ) |
Definition at line 95 of file buffer.c.
Referenced by avfilter_unref_bufferp().
| int avfilter_copy_frame_props | ( | AVFilterBufferRef * | dst, |
| const AVFrame * | src | ||
| ) |
1.8.2