]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aphaser.c
Merge commit '58d13cea307e776664dae711608b358dd4b84fff'
[ffmpeg] / libavfilter / af_aphaser.c
index 5ac99f3d5c03df294a6b481618a3831840ab366a..0fc45eab43c7be4717bbf68a79adafe074bae025 100644 (file)
@@ -345,7 +345,7 @@ static const AVFilterPad aphaser_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_aphaser = {
+AVFilter ff_af_aphaser = {
     .name          = "aphaser",
     .description   = NULL_IF_CONFIG_SMALL("Add a phasing effect to the audio."),
     .query_formats = query_formats,