Browse Source

avformat/hlsenc: remove unused value

CID: 1452644
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
tags/n4.3
Steven Liu 6 years ago
parent
commit
17576fda65
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/hlsenc.c

+ 0
- 1
libavformat/hlsenc.c View File

@@ -2785,7 +2785,6 @@ static int hls_init(AVFormatContext *s)
ret = format_name(hls->segment_filename, &vs->basename, i, vs->varname); ret = format_name(hls->segment_filename, &vs->basename, i, vs->varname);
if (ret < 0) if (ret < 0)
goto fail; goto fail;
basename_size = strlen(vs->basename) + 1;
} else { } else {
if (hls->flags & HLS_SINGLE_FILE) { if (hls->flags & HLS_SINGLE_FILE) {
if (hls->segment_type == SEGMENT_TYPE_FMP4) { if (hls->segment_type == SEGMENT_TYPE_FMP4) {


Loading…
Cancel
Save