summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gif89a.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 08:51:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-07 08:51:40 +0000
commit05119ecaf6e8628377f324da97ff6af58f3e380f (patch)
treec834455d25553c4131ba56a74ea985f235e00d9b /libvo/vo_gif89a.c
parent7e253f01715811e0c4f5f5b54317b098f2cd59d9 (diff)
downloadmpv-05119ecaf6e8628377f324da97ff6af58f3e380f.tar.bz2
mpv-05119ecaf6e8628377f324da97ff6af58f3e380f.tar.xz
Make data related to suboption parsing const in libvo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28863 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gif89a.c')
-rw-r--r--libvo/vo_gif89a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gif89a.c b/libvo/vo_gif89a.c
index b7a9894591..3ad230a20b 100644
--- a/libvo/vo_gif89a.c
+++ b/libvo/vo_gif89a.c
@@ -104,7 +104,7 @@ static char *gif_filename = NULL;
// the default output filename
#define DEFAULT_FILE "out.gif"
-static opt_t subopts[] = {
+static const opt_t subopts[] = {
{"output", OPT_ARG_MSTRZ, &gif_filename, NULL, 0},
{"fps", OPT_ARG_FLOAT, &target_fps, NULL, 0},
{NULL, 0, NULL, NULL, 0}