mirror of https://github.com/mpv-player/mpv
Fix warning "missing braces around initializer".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
70b070baa2
commit
d59123f10d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue