]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/sharpen.c
Validate input chroma in gradient filter (the current code only supports
[vlc] / modules / video_filter / sharpen.c
index 9d105cd8c534885de523b8b8f6a9a3d96a078c1a..8447e2b5d7b6818698ab39608cd2d834e343ca70 100644 (file)
@@ -73,7 +73,7 @@ vlc_module_begin();
     set_callbacks( Create, Destroy );
 vlc_module_end();
 
-static const char *ppsz_filter_options[] = {
+static const char *const ppsz_filter_options[] = {
     "sigma", NULL
 };