]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_vibrance.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_vibrance.c
index edea521b1693692076c50a9deb55834639b16013..cca677ee78eaf9d32dad1c244de7bc32cb5ddefa 100644 (file)
@@ -378,7 +378,7 @@ static const AVOption vibrance_options[] = {
 
 AVFILTER_DEFINE_CLASS(vibrance);
 
-AVFilter ff_vf_vibrance = {
+const AVFilter ff_vf_vibrance = {
     .name          = "vibrance",
     .description   = NULL_IF_CONFIG_SMALL("Boost or alter saturation."),
     .priv_size     = sizeof(VibranceContext),