From d9066294f9eaf2f690ffc0c6a4d6596ee076f412 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 9 Apr 2009 04:18:39 +0300 Subject: defaultopts.c: Minor simplification This happens to avoid a compiler bug in the current GCC development branch. --- defaultopts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index 53c02301ac..d908eda347 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -31,13 +31,13 @@ void set_default_mplayer_options(struct MPOpts *opts) .movie_aspect = -1., .flip = -1, .vd_use_slices = 1, - .lavc_param = (struct lavc_param){ + .lavc_param = { .workaround_bugs = 1, // autodetect .error_resilience = 2, .error_concealment = 3, .threads = 1, }, - .input = (struct input_conf){ + .input = { .config_file = "input.conf", .ar_delay = 100, .ar_rate = 8, -- cgit v1.2.3