summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-05 18:58:51 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-06 23:25:33 +0200
commitad347bf45948437da0d6eee0e385d7a01efb6599 (patch)
tree7d8bc590d2687e5bad2c9604dab20aa056f2e827 /libavfilter/avfilter.h
parentfe16ca1b918f79bb66a75ed29980e192af20ce94 (diff)
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.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h6
1 files changed, 0 insertions, 6 deletions
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,