diff libvo/vo_gl.c @ 28828:56eee6ffba9b

Make data related to suboption parsing const in libvo
author reimar
date Sat, 07 Mar 2009 08:51:40 +0000
parents aa16560de0e7
children cbf56e4c9662
line wrap: on
line diff
--- a/libvo/vo_gl.c	Fri Mar 06 20:41:02 2009 +0000
+++ b/libvo/vo_gl.c	Sat Mar 07 08:51:40 2009 +0000
@@ -973,7 +973,7 @@
   vo_uninit();
 }
 
-static opt_t subopts[] = {
+static const opt_t subopts[] = {
   {"manyfmts",     OPT_ARG_BOOL, &many_fmts,    NULL},
   {"osd",          OPT_ARG_BOOL, &use_osd,      NULL},
   {"scaled-osd",   OPT_ARG_BOOL, &scaled_osd,   NULL},