]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_atempo.c
Merge commit 'eb5920c195d1b0bda81782af4ba0c5982f5225b3'
[ffmpeg] / libavfilter / af_atempo.c
index ad12786584bdfe6de38d7e854f33c1a74f8bc3bd..c474d6a58cda83e70770366321d1219a7ddd0744 100644 (file)
@@ -1182,7 +1182,7 @@ static const AVFilterPad atempo_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_atempo = {
+AVFilter ff_af_atempo = {
     .name            = "atempo",
     .description     = NULL_IF_CONFIG_SMALL("Adjust audio tempo."),
     .init            = init,