You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/hlsenc: remove unused variable to fix compiler warning
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
@@ -2077,7 +2077,6 @@ static int hls_write_header(AVFormatContext *s)
|
|||||||
{
|
{
|
||||||
HLSContext *hls = s->priv_data;
|
HLSContext *hls = s->priv_data;
|
||||||
int ret, i, j;
|
int ret, i, j;
|
||||||
AVDictionary *options = NULL;
|
|
||||||
VariantStream *vs = NULL;
|
VariantStream *vs = NULL;
|
||||||
|
|
||||||
for (i = 0; i < hls->nb_varstreams; i++) {
|
for (i = 0; i < hls->nb_varstreams; i++) {
|
||||||
@@ -2125,7 +2124,6 @@ static int hls_write_header(AVFormatContext *s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fail:
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user