Browse Source

avformat/hlsenc: remove unused variable to fix compiler warning

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
tags/n4.2
Steven Liu 7 years ago
parent
commit
cef857da48
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/hlsenc.c

+ 0
- 2
libavformat/hlsenc.c View File

@@ -2077,7 +2077,6 @@ static int hls_write_header(AVFormatContext *s)
{
HLSContext *hls = s->priv_data;
int ret, i, j;
AVDictionary *options = NULL;
VariantStream *vs = NULL;

for (i = 0; i < hls->nb_varstreams; i++) {
@@ -2125,7 +2124,6 @@ static int hls_write_header(AVFormatContext *s)
}
}
}
fail:

return ret;
}


Loading…
Cancel
Save