core: ordered chapters: move timeline creation to timeline/
commite8af22db818f839f5ac25a309e8838ea53e831b2
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 14 Feb 2011 07:34:39 +0000 (14 09:34 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 26 Feb 2011 14:34:42 +0000 (26 16:34 +0200)
tree5a7ecf9640d800f311ef3941be1641000608a49f
parentf7643ddde624451b01f2cab688b733326b7b8ca5
core: ordered chapters: move timeline creation to timeline/

Add new file timeline/tl_matroska.c. Move the code that parses
ordered chapter information from Matroska files and creates the
timeline structure based on that to the new file.

Initialize the format parameter given to open_stream() in the moved
code. The previous uninitialized value shouldn't have caused any
visible effects.
Makefile
mp_core.h
mplayer.c
timeline/tl_matroska.c [new file with mode: 0644]