ffmpeg | branch: master | Steven Liu <l...@chinaffmpeg.org> | Tue Aug 20 09:45:47 2019 +0800| [939c17fcb33f44fa1ed8f0e53846e71958e5ef86] | committer: Steven Liu
avformat/hlsenc: remove unuse comment of the code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=939c17fcb33f44fa1ed8f0e53846e71958e5ef86 --- libavformat/hlsenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 01c24b3458..73d50a3c67 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); } } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".