From ad347bf45948437da0d6eee0e385d7a01efb6599 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 5 Jun 2012 18:58:51 +0200 Subject: lavfi: remove avfilter_default_item_name() from public API The function was introduced in 4d6a8a2bdb19 and is not used anymore outside avfilter.c. This avoids to pollute the public API with an apparently unnecessary function. The function was introduced a few days ago, so removing it from the public API should do no much harm. --- libavfilter/avfilter.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 334a1c104f..17c074fd25 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -621,12 +621,6 @@ struct AVFilterContext { struct AVFilterCommand *command_queue; }; -/** - * Print the name of the filter given a filter context. - */ -const char *avfilter_default_filter_name(void *filter_ctx); - - #if FF_API_PACKING enum AVFilterPacking { AVFILTER_PACKED = 0, -- cgit v1.2.3