]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_volume.c
vsrc_mandelbrot: increase zyklus array size so that optimizations can write a bit...
[ffmpeg] / libavfilter / af_volume.c
index 9f45525f61cc08847aa842bb6055fc36c1ee5ede..a869b44253bb608d289995435c4ecaad38cd422b 100644 (file)
@@ -179,13 +179,13 @@ AVFilter avfilter_af_volume = {
     .priv_size      = sizeof(VolumeContext),
     .init           = init,
 
-    .inputs  = (AVFilterPad[])  {{ .name           = "default",
+    .inputs  = (const AVFilterPad[])  {{ .name     = "default",
                                    .type           = AVMEDIA_TYPE_AUDIO,
                                    .filter_samples = filter_samples,
                                    .min_perms      = AV_PERM_READ|AV_PERM_WRITE},
                                  { .name = NULL}},
 
-    .outputs = (AVFilterPad[])  {{ .name           = "default",
+    .outputs = (const AVFilterPad[])  {{ .name     = "default",
                                    .type           = AVMEDIA_TYPE_AUDIO, },
                                  { .name = NULL}},
 };