OSDN Git Service

sidxindex: Don't adjust the Period start time depending on the track start time
authorMartin Storsjö <martin@martin.st>
Fri, 28 Nov 2014 07:40:31 +0000 (09:40 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 2 Jan 2015 23:24:29 +0000 (01:24 +0200)
commit5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a
tree56f613159b4bb9aa18f1ad0817ca95ad18771e3c
parent7a1a63e34fa46af18311c2493fdaec9a93bdb750
sidxindex: Don't adjust the Period start time depending on the track start time

This was only necessary to get playback to start with dash.js 1.2.0,
it has been fixed in the git version.

The previous behaviour was incorrect - the Period's start time
is irrespective of the actual first timestamp of the contents
within the period. The Period start time only says when, within the
global timeline, this particular piece should start to be played
back.

Signed-off-by: Martin Storsjö <martin@martin.st>
tools/sidxindex.c