mpv/mpvcore/player
wm4 4b6c00c50a tl_matroska: initialize segment related arrays with 0
mpv crashed when linked files were not found. The reason was that the
chapters array contained some uninitialized data.

I have no idea how this code works (after the merge). The old code
actually seems to remove missing chapters, while the new code just
leaves them unintiialized. Work around the crash by initializing the
chapters array (and a bunch of other things) with 0, which means the
missing chapter will be located at 00:00:00 and have no name.

There is a regression since commit af0306d.
2013-11-01 17:35:38 +01:00
..
lua
timeline tl_matroska: initialize segment related arrays with 0 2013-11-01 17:35:38 +01:00
audio.c
command.c command: replace speed_mult with multiply command 2013-10-31 23:30:14 +01:00
command.h
configfiles.c
loadfile.c
main.c main: improve a terminal message 2013-10-30 22:19:31 +01:00
misc.c
mp_core.h player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
mp_lua.c Move files part of the playback core to player sub-directory 2013-10-30 01:51:28 +01:00
mp_lua.h
osd.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
playloop.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.h
sub.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
video.c