]> git.sesse.net Git - ffmpeg/commit
libavformat/hlsenc: Remove duplicate close of the output stream.
authorAndrey Semashev <andrey.semashev@gmail.com>
Wed, 1 Jul 2020 14:59:01 +0000 (17:59 +0300)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 6 Jul 2020 07:16:45 +0000 (15:16 +0800)
commit93a435dd4baa7335a701296aeb33694390d4a665
treec59c867f35a12f3d907807b257a830e96d892466
parent57ea0483af8e09ab812713fff6f89060a24b7a75
libavformat/hlsenc: Remove duplicate close of the output stream.

The result of the first close attempt is ignored and may be lost. By removing
it we ensure the close result code is properly analyzed.
libavformat/hlsenc.c