]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aformat.c
Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'
[ffmpeg] / libavfilter / af_aformat.c
index 0239f6399916f7e076edd12c025948237f1ae38e..5fd0308d796995624b30a3259ec17d7ee8b19990 100644 (file)
@@ -135,7 +135,7 @@ static const AVFilterPad avfilter_af_aformat_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_aformat = {
+AVFilter ff_af_aformat = {
     .name          = "aformat",
     .description   = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats."),
     .init          = init,