From 939c17fcb33f44fa1ed8f0e53846e71958e5ef86 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Tue, 20 Aug 2019 09:45:47 +0800 Subject: avformat/hlsenc: remove unuse comment of the code --- libavformat/hlsenc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/hlsenc.c') diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 01c24b3..73d50a3 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -2347,7 +2347,6 @@ static int hls_write_packet(AVFormatContext *s, AVPacket *pkt) vs->packets_written = 0; vs->start_pos = range_length; if (!byterange_mode) { -// ff_format_io_close(s, &vs->out); hlsenc_io_close(s, &vs->out, vs->base_output_dirname); } } -- cgit v1.1