summaryrefslogtreecommitdiffstats
path: root/libavformat/hlsenc.c
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2019-08-20 09:45:47 +0800
committerSteven Liu <lq@chinaffmpeg.org>2019-08-20 09:45:47 +0800
commit939c17fcb33f44fa1ed8f0e53846e71958e5ef86 (patch)
tree267386bdfc5517d18573557ba53fb4f8481a2bcc /libavformat/hlsenc.c
parentf36925201c591015b1fbd366df71317f0290cef2 (diff)
downloadffmpeg-streaming-939c17fcb33f44fa1ed8f0e53846e71958e5ef86.zip
ffmpeg-streaming-939c17fcb33f44fa1ed8f0e53846e71958e5ef86.tar.gz
avformat/hlsenc: remove unuse comment of the code
Diffstat (limited to 'libavformat/hlsenc.c')
-rw-r--r--libavformat/hlsenc.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}
OpenPOWER on IntegriCloud