]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: fix too many open files bug
authorSteven Liu <lq@chinaffmpeg.org>
Fri, 20 Jan 2017 04:12:02 +0000 (12:12 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Fri, 20 Jan 2017 04:12:02 +0000 (12:12 +0800)
commit1c1031003b053e819185881ba512ebdffdbf637f
tree74362645f27ee7071e8bbd50afc076dcabe6dcd7
parent8a1759ad46f05375c957f33049b4592befbcb224
avformat/hlsenc: fix too many open files bug

When use http method to delete the old segments,
there is only io_open, hove not io_close yet,
this patch is used to fix it

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/hlsenc.c