Fix ordered chapter pruning of redundant timeline parts
commitf48840f8204d754026350c046b5b0ab03a9c8b80
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Thu, 21 May 2009 23:22:18 +0000 (22 02:22 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 22 May 2009 15:25:54 +0000 (22 18:25 +0300)
treef6f8a7df2c1c3432412db8a8f2ff7406a4d54b09
parent59ffaa41f0390914584f44293d5aed0a34e85b87
Fix ordered chapter pruning of redundant timeline parts

Code that was supposed to merge two timeline parts if the second one
started exactly where the first one stopped didn't work because it
mixed timestamps in different units (I had changed the units of some
variables after originally writing that code but forgotten to update
it). As a result of the bug there were unnecessary part switches, but
it was unlikely to cause any serious problems.
mplayer.c