]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colorcorrect.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_colorcorrect.c
index f998f02e305f34359b09a4af291c53499efac186..13ef50ad1db8e7a18e88d3f798c253921c182250 100644 (file)
@@ -204,7 +204,7 @@ static const AVOption colorcorrect_options[] = {
 
 AVFILTER_DEFINE_CLASS(colorcorrect);
 
-AVFilter ff_vf_colorcorrect = {
+const AVFilter ff_vf_colorcorrect = {
     .name          = "colorcorrect",
     .description   = NULL_IF_CONFIG_SMALL("Adjust color white balance selectively for blacks and whites."),
     .priv_size     = sizeof(ColorCorrectContext),