From cd43ca0443a298ab8cf9f9567c568f83b67b656c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 28 Oct 2013 07:44:24 +0100 Subject: lavfi: do not export the filters from shared objects --- libavfilter/af_anull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/af_anull.c') diff --git a/libavfilter/af_anull.c b/libavfilter/af_anull.c index a791064e07..6d7caf3f4e 100644 --- a/libavfilter/af_anull.c +++ b/libavfilter/af_anull.c @@ -43,7 +43,7 @@ static const AVFilterPad avfilter_af_anull_outputs[] = { { NULL } }; -AVFilter avfilter_af_anull = { +AVFilter ff_af_anull = { .name = "anull", .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), -- cgit v1.2.3