summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr2.c
diff options
context:
space:
mode:
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);