Commit 17576fda authored by Steven Liu's avatar Steven Liu

avformat/hlsenc: remove unused value

CID: 1452644
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 80d2a7f5
......@@ -2785,7 +2785,6 @@ static int hls_init(AVFormatContext *s)
ret = format_name(hls->segment_filename, &vs->basename, i, vs->varname);
if (ret < 0)
goto fail;
basename_size = strlen(vs->basename) + 1;
} else {
if (hls->flags & HLS_SINGLE_FILE) {
if (hls->segment_type == SEGMENT_TYPE_FMP4) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment