demux_mkv: Remove first_tc and stop_timecode
commit997f636599a0a8eda56246b535aa9c920b24b67c
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 31 Mar 2009 21:29:39 +0000 (1 00:29 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Thu, 2 Apr 2009 03:51:26 +0000 (2 06:51 +0300)
tree12ade2e3d3c8faeb5a7aa1f565d0900c007a5f86
parent901ea8880ada6ba6d3468fc5a4d8b45d72872237
demux_mkv: Remove first_tc and stop_timecode

The first_tc code was used to force timestamps in the file to start
from 0. There should be no need to do this, and it would likely break
ordered chapter support for any files it affected (since the chapter
timecodes would refer to the original times, not the modified ones).

stop_timecode was used to implement end of playback at a specified
chapter. There is now common code which implements that and
demuxer-specific implementations are not needed.
libmpdemux/demux_mkv.c