From d59123f10d133a4dd600e2896b8ee365c6f67e4a Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 27 Feb 2010 23:23:34 +0000 Subject: Fix warning "missing braces around initializer". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30782 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_tv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/stream_tv.c') diff --git a/stream/stream_tv.c b/stream/stream_tv.c index 3db6195dcf..fb2090fd09 100644 --- a/stream/stream_tv.c +++ b/stream/stream_tv.c @@ -70,10 +70,12 @@ tv_param_t stream_tv_defaults = { 0, //hue 0, //saturation -1, //gain + { NULL, //tdevice 0, //tformat 100, //tpage 0, //tlang + }, 0, //scan_autostart 50, //scan_threshold 0.5, //scan_period -- cgit v1.2.3