summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr2.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-01 02:26:34 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-04-01 02:43:47 +0300
commitcf9edda1d370d39bc8a3d020a9c2bc4090d2457e (patch)
tree1d1bbc529a4e8109fb6aa5cadf0dbbb7bd61013a /libvo/vo_zr2.c
parent7af8417ae7beb409f54849956a7037bc66c4c334 (diff)
parent1c37a6427abef0827c608d328d37ca1b1a0a022d (diff)
downloadmpv-cf9edda1d370d39bc8a3d020a9c2bc4090d2457e.tar.bz2
mpv-cf9edda1d370d39bc8a3d020a9c2bc4090d2457e.tar.xz
Merge svn changes up to r29117
Diffstat (limited to 'libvo/vo_zr2.c')
-rw-r--r--libvo/vo_zr2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_zr2.c b/libvo/vo_zr2.c
index d3fe6604de..f15494bc37 100644
--- a/libvo/vo_zr2.c
+++ b/libvo/vo_zr2.c
@@ -210,10 +210,10 @@ static int preinit(const char *arg) {
char *dev_arg = NULL, *norm_arg = NULL;
int norm = VIDEO_MODE_AUTO, prebuf = 0;
const opt_t subopts[] = { /* don't want warnings with -Wall... */
- { "dev", OPT_ARG_MSTRZ, &dev_arg, NULL, 0 },
- { "prebuf", OPT_ARG_BOOL, &prebuf, (opt_test_f)pbc, 0 },
- { "norm", OPT_ARG_MSTRZ, &norm_arg, (opt_test_f)nc, 0 },
- { NULL, 0, NULL, NULL, 0 }
+ { "dev", OPT_ARG_MSTRZ, &dev_arg, NULL },
+ { "prebuf", OPT_ARG_BOOL, &prebuf, (opt_test_f)pbc },
+ { "norm", OPT_ARG_MSTRZ, &norm_arg, (opt_test_f)nc },
+ { NULL, 0, NULL, NULL }
};
VERBOSE("preinit() called with arg: %s\n", arg);