diff libvo/vo_png.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 9dd905e52639
line wrap: on
line diff
--- a/libvo/vo_png.c	Fri Mar 06 20:41:02 2009 +0000
+++ b/libvo/vo_png.c	Sat Mar 07 08:51:40 2009 +0000
@@ -290,7 +290,7 @@
     return 1;
 }
 
-static opt_t subopts[] = {
+static const opt_t subopts[] = {
     {"alpha", OPT_ARG_BOOL, &use_alpha, NULL, 0},
     {"z",   OPT_ARG_INT, &z_compression, (opt_test_f)int_zero_to_nine},
     {"outdir",      OPT_ARG_MSTRZ,  &png_outdir,           NULL, 0},