]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_asetrate.c
Merge commit '9510d7689e236f6a4748795604fba427c130d0ad'
[ffmpeg] / libavfilter / af_asetrate.c
index e031b89d3b4f02b6ad86a4501df819c4f07d7148..0d069152f4462155635226a42862998a3885c76c 100644 (file)
@@ -107,7 +107,7 @@ static const AVFilterPad asetrate_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_asetrate = {
+AVFilter ff_af_asetrate = {
     .name          = "asetrate",
     .description   = NULL_IF_CONFIG_SMALL("Change the sample rate without "
                                           "altering the data."),