]> git.sesse.net Git - ffmpeg/commit
avformat/hls: Pass a copy of the URL for probing
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 29 Jun 2020 17:49:41 +0000 (19:49 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 1 Jul 2020 09:41:35 +0000 (11:41 +0200)
commitb5e39880fb7269b1b3577cee288e06aa3dc1dfa2
tree35bc7980d8572e43edb4d62be49a5a31eec9bdc0
parent1379bbc1548c361387702defe5e56f204d43fe36
avformat/hls: Pass a copy of the URL for probing

The segments / url can be modified by the io read when reloading

This may be an alternative or additional fix for Ticket8673
as a further alternative the reload stuff could be disabled during
probing

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hls.c