[MPlayer-cvslog] r30782 - trunk/stream/stream_tv.c
cehoyos
subversion at mplayerhq.hu
Sun Feb 28 00:23:35 CET 2010
Author: cehoyos
Date: Sun Feb 28 00:23:34 2010
New Revision: 30782
Log:
Fix warning "missing braces around initializer".
Modified:
trunk/stream/stream_tv.c
Modified: trunk/stream/stream_tv.c
==============================================================================
--- trunk/stream/stream_tv.c Sun Feb 28 00:14:44 2010 (r30781)
+++ trunk/stream/stream_tv.c Sun Feb 28 00:23:34 2010 (r30782)
@@ -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
More information about the MPlayer-cvslog
mailing list