]> git.sesse.net Git - ffmpeg/commit
hls: Check whether the AVIOContext contains a new redirected URL
authorMartin Storsjö <martin@martin.st>
Thu, 21 Nov 2013 09:31:53 +0000 (11:31 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 22 Nov 2013 12:27:08 +0000 (14:27 +0200)
commit8c929098141ebc94ad3f303521c520bb3dc6d8f6
treef913ec1fb53497973446408c9cccfc381c86be6d
parentbe4edda6731a341d3fdeaa0e57753dc396790362
hls: Check whether the AVIOContext contains a new redirected URL

This allows both the main playlist itself as well as the variant
playlists to handle redirects combined with relative URLs.

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