]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/osdmenu.c
Builds opencv video filters elsewhere than win32
[vlc] / modules / video_filter / osdmenu.c
index 0e0b9d40849afe4ee5e80548fa5146af4b22001b..65da3a7d5c7b77216ee1b12eb1d634147f5b249d 100644 (file)
@@ -80,8 +80,8 @@
     "means less transparency. The default is being not transparent " \
     "(value 255) the minimum is fully transparent (value 0)." )
 
-static int pi_pos_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
-static const char *ppsz_pos_descriptions[] =
+static const int pi_pos_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
+static const char *const ppsz_pos_descriptions[] =
 { N_("Center"), N_("Left"), N_("Right"), N_("Top"), N_("Bottom"),
   N_("Top-Left"), N_("Top-Right"), N_("Bottom-Left"), N_("Bottom-Right") };