Changeset 8fd6875c in ffmpeg

Timestamp:
Apr 6, 2014, 2:55:03 PM (11 years ago)
Author:
Anssi Hannula <anssi.hannula@iki.fi>
Branches:
master
Children:
6b4b73e7
Parents:
d549b091
git-author:
Anssi Hannula <anssi.hannula@iki.fi> (12/30/13 09:46:01)
git-committer:
Anssi Hannula <anssi.hannula@iki.fi> (04/06/14 14:55:03)
Message:

avformat/hls: do not care about stream start timestamps

While selecting a packet to return to caller in read_packet(), the code
corrects the timestamps for starting timestamps.

However, this is wrong, since for live streams the initial timestamps
might differ just because of the time delay between the retrieval of the
various Media Playlists.

Fortunately, spec 6.2.4 mandates that all variant streams must have
matching timestamps, so we do not need to correct for initial
timestamps.

Drop the correction code.

Note that ID3 timestamps were previously ignored, so this code was
previously actually needed.

Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>

(No files)

Note: See TracChangeset for help on using the changeset viewer.