diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2019-08-20 09:45:47 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2019-08-20 09:45:47 +0800 |
commit | 939c17fcb33f44fa1ed8f0e53846e71958e5ef86 (patch) | |
tree | 267386bdfc5517d18573557ba53fb4f8481a2bcc /libavformat | |
parent | f36925201c591015b1fbd366df71317f0290cef2 (diff) | |
download | ffmpeg-939c17fcb33f44fa1ed8f0e53846e71958e5ef86.tar.gz |
avformat/hlsenc: remove unuse comment of the code
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/hlsenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |