mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avformat/hlsenc: remove unused value
CID: 1452644 Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
parent
80d2a7f5c6
commit
17576fda65
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user