summaryrefslogtreecommitdiff
path: root/libavfilter/af_aderivative.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_aderivative.c')
-rw-r--r--libavfilter/af_aderivative.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/af_aderivative.c b/libavfilter/af_aderivative.c
index a591515cbf..6b3e4dd0e4 100644
--- a/libavfilter/af_aderivative.c
+++ b/libavfilter/af_aderivative.c
@@ -186,7 +186,7 @@ static const AVFilterPad aderivative_outputs[] = {
{ NULL }
};
-AVFilter ff_af_aderivative = {
+const AVFilter ff_af_aderivative = {
.name = "aderivative",
.description = NULL_IF_CONFIG_SMALL("Compute derivative of input audio."),
.query_formats = query_formats,
@@ -196,7 +196,7 @@ AVFilter ff_af_aderivative = {
.outputs = aderivative_outputs,
};
-AVFilter ff_af_aintegral = {
+const AVFilter ff_af_aintegral = {
.name = "aintegral",
.description = NULL_IF_CONFIG_SMALL("Compute integral of input audio."),
.query_formats = query_formats,