summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-19 23:15:06 +0200
committerwm4 <wm4@nowhere>2013-10-19 23:15:06 +0200
commit280c8351ace8028bc21af26b79f8eb3cc080c778 (patch)
tree6852cc686a638efaad9f1798e503025369a0ab5b /video
parent47bd0a661414d1a2efa77b05b2c79edc8656c15d (diff)
downloadmpv-280c8351ace8028bc21af26b79f8eb3cc080c778.tar.bz2
mpv-280c8351ace8028bc21af26b79f8eb3cc080c778.tar.xz
demux_mkv: use standard C default initialization syntax
gcc and clang happen to allow {} to default-initialize a struct, but strictly speaking, C99 requires at least {0}. In one case, we use {{0}}, but that's only because gcc as well as clang are too damn stupid not to warn about {0}, which is a perfectly valid construct in this case. (Sure is funny, don't warn about the non-standard case, but warn about another standard conform case.)
Diffstat (limited to 'video')
0 files changed, 0 insertions, 0 deletions