avformat/hlsenc: remove unuse comment of the code
This commit is contained in:
parent
f36925201c
commit
939c17fcb3
@ -2347,7 +2347,6 @@ static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
vs->packets_written = 0;
|
vs->packets_written = 0;
|
||||||
vs->start_pos = range_length;
|
vs->start_pos = range_length;
|
||||||
if (!byterange_mode) {
|
if (!byterange_mode) {
|
||||||
// ff_format_io_close(s, &vs->out);
|
|
||||||
hlsenc_io_close(s, &vs->out, vs->base_output_dirname);
|
hlsenc_io_close(s, &vs->out, vs->base_output_dirname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user