]> git.sesse.net Git - ffmpeg/commit
avformat/hls: check output string is usable of ff_make_absolute_url
authorSteven Liu <lq@chinaffmpeg.org>
Thu, 28 May 2020 02:41:26 +0000 (10:41 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Wed, 10 Jun 2020 01:22:29 +0000 (09:22 +0800)
commitea1940c6e2ead234f6e563c095bb67d352e3328f
treefe97e767eb1a7d4a9368bc102eeec2f96351ccfd
parent029ff31af6801dd2bca1b543575e17eaaa6b0772
avformat/hls: check output string is usable of ff_make_absolute_url

fix ticket: 8688
should goto failed workflow if cannot get usable string by ff_make_absolute_url

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/hls.c