mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-17 13:00:24 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue