Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_amix.c')
-rw-r--r--libavfilter/af_amix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c
index 2df0507589..bfba1504ea 100644
--- a/libavfilter/af_amix.c
+++ b/libavfilter/af_amix.c
@@ -551,7 +551,7 @@ static const AVFilterPad avfilter_af_amix_outputs[] = {
{ NULL }
};
-AVFilter avfilter_af_amix = {
+AVFilter ff_af_amix = {
.name = "amix",
.description = NULL_IF_CONFIG_SMALL("Audio mixing."),
.priv_size = sizeof(MixContext),