]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_anull.c
lavfi: do not export the filters from shared objects
[ffmpeg] / libavfilter / af_anull.c
index a791064e07c6383097fe930f5ab6908fe6be098a..6d7caf3f4e6b0eefe15e0be6f5595fb9c460de6b 100644 (file)
@@ -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."),