]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: compare without the last directory separator in get_relative_url
authorSteven Liu <lq@chinaffmpeg.org>
Fri, 10 Jan 2020 14:51:22 +0000 (22:51 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 20 Jan 2020 06:23:56 +0000 (14:23 +0800)
commitbc0bedf3c950fc5203d0d2b62019fb49edc48fb7
tree9aff58945c4f9b07be364b2f837c27a52f8f689c
parentb5dba152ef614c21e0537a7894ef9227b323f21d
avformat/hlsenc: compare without the last directory separator in get_relative_url

fix ticket: 8461
there is no problem before commit 75aea52a1051a22bdebd0b7a8098ac6479a529a0

Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/hlsenc.c