From 4723bc286812ded7150cd543e6348d04683ce997 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 25 Nov 2010 20:50:23 +0000 Subject: Make avfilter_default_free_buffer() an internal shared symbol, so that it can be referenced outside defaults.c. Originally committed as revision 25826 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavfilter/internal.h') diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 37d085da52..8f352ef775 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -57,4 +57,7 @@ int ff_avfilter_graph_config_links(AVFilterGraph *graphctx, AVClass *log_ctx); */ int ff_avfilter_graph_config_formats(AVFilterGraph *graphctx, AVClass *log_ctx); +/** default handler for freeing audio/video buffer when there are no references left */ +void ff_avfilter_default_free_buffer(AVFilterBuffer *buf); + #endif /* AVFILTER_INTERNAL_H */ -- cgit v1.2.3