summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 23:23:34 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 23:23:34 +0000
commitd59123f10d133a4dd600e2896b8ee365c6f67e4a (patch)
treeb07fd59eb81d58cc62da34ec50a9a30ec0b6432a /stream
parent70b070baa2b81f2204723e18d815b2bc3c763efa (diff)
downloadmpv-d59123f10d133a4dd600e2896b8ee365c6f67e4a.tar.bz2
mpv-d59123f10d133a4dd600e2896b8ee365c6f67e4a.tar.xz
Fix warning "missing braces around initializer".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_tv.c2
1 files changed, 2 insertions, 0 deletions
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