comparison libvo/vo_gl2.c @ 28828:56eee6ffba9b

Make data related to suboption parsing const in libvo
author reimar
date Sat, 07 Mar 2009 08:51:40 +0000
parents 7681eab10aea
children 4b7745079fd1
comparison
equal deleted inserted replaced
28827:2b021e3e1000 28828:56eee6ffba9b
842 texgrid = NULL; 842 texgrid = NULL;
843 } 843 }
844 vo_uninit(); 844 vo_uninit();
845 } 845 }
846 846
847 static opt_t subopts[] = { 847 static const opt_t subopts[] = {
848 {"yuv", OPT_ARG_INT, &use_yuv, (opt_test_f)int_non_neg}, 848 {"yuv", OPT_ARG_INT, &use_yuv, (opt_test_f)int_non_neg},
849 {"glfinish", OPT_ARG_BOOL, &use_glFinish, NULL}, 849 {"glfinish", OPT_ARG_BOOL, &use_glFinish, NULL},
850 {NULL} 850 {NULL}
851 }; 851 };
852 852