]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_anull.c
avfilter/unsharp: added optimized opencl kernels
[ffmpeg] / libavfilter / af_anull.c
index 09791a7aa459e6ccbb5899b255fcc5d6276eb155..fff456e8ea36ca9ae602a38c60cb872dfdcf934d 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."),
     .query_formats = ff_query_formats_all,