summaryrefslogtreecommitdiffstats
path: root/libvo/vo_png.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_png.c')
-rw-r--r--libvo/vo_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_png.c b/libvo/vo_png.c
index 5a2edf7ed9..b2e75897ea 100644
--- a/libvo/vo_png.c
+++ b/libvo/vo_png.c
@@ -290,7 +290,7 @@ static int int_zero_to_nine(int *sh)
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},