]> git.sesse.net Git - ffmpeg/commit
avformat/hls: fix seeking around EVENT playlist after media sequence changes
authorAman Gupta <aman@tmm1.net>
Tue, 24 Apr 2018 00:30:21 +0000 (17:30 -0700)
committerAman Gupta <aman@tmm1.net>
Wed, 16 May 2018 17:19:34 +0000 (10:19 -0700)
commit673d8cfd51888963caafe46a6d9a8691d0e91caa
treef316d8b9efc9d3100cbbed71424d50e5708f46dd
parentb7cd2ab22e217e7125a0bb4c3b30bcbe1bd7bd9d
avformat/hls: fix seeking around EVENT playlist after media sequence changes

The seek functions use first_timestamp, so keep that up to date as
old segments drop off the playlist.

Signed-off-by: Aman Gupta <aman@tmm1.net>
libavformat/hls.c