Commit cef857da authored by Steven Liu's avatar Steven Liu

avformat/hlsenc: remove unused variable to fix compiler warning

Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent c822d70c
......@@ -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;
}
......
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