summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-01 13:01:54 +0100
committerwm4 <wm4@nowhere>2013-11-01 13:01:54 +0100
commit4aae1ff6de3a29c57492bc12113251f99308dc51 (patch)
tree8841c75ef5046841926353c4b28b0f57f6cfab19 /DOCS/man/en/options.rst
parentdd344b43e87ef5a24a4ba739821998605e38a015 (diff)
downloadmpv-4aae1ff6de3a29c57492bc12113251f99308dc51.tar.bz2
mpv-4aae1ff6de3a29c57492bc12113251f99308dc51.tar.xz
demux_mkv: use a more universal zero initializer
Unfortunately, we can't avoid this warning 100%, because ebml_info is written by a Perl script. I think the script writes the struct fields in random order (thanks Perl), so there's no way to know whether the first struct field is a scalar or a struct. At least {0} is always valid here, even if it shows a warning. (The compilers are wrong, see e.g. [1].) [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
Diffstat (limited to 'DOCS/man/en/options.rst')
0 files changed, 0 insertions, 0 deletions