]> git.sesse.net Git - ffmpeg/commit
hls: do not allow fallback to generic seeking
authorwm4 <nfxjfg@googlemail.com>
Wed, 24 Jan 2018 06:58:52 +0000 (07:58 +0100)
committerwm4 <nfxjfg@googlemail.com>
Sat, 27 Jan 2018 03:10:52 +0000 (04:10 +0100)
commit637dfa39421c2806616d1aa454c9182db1aac3d9
tree801c0ba190749a5b7c1202fd6e3879058007ed57
parent77237504757b97c068796a4e9ef81b9653618616
hls: do not allow fallback to generic seeking

This makes little sense due to how HLS works, and only causes some
additional annoyances if the HLS read_seek function fails (for example
if it's a live stream). It was most likely unintended.
libavformat/hls.c