Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix too many open files bug

2017-01-19 Thread Steven Liu
2017-01-19 11:22 GMT+08:00 殷焦元 : > I test the new patch, it is OK. > > Thanks > > > Yin Jiaoyuan > > > At 2017-01-19 10:20:38, "Steven Liu" wrote: > >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

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix too many open files bug

2017-01-18 Thread 殷焦元
I test the new patch, it is OK. Thanks Yin Jiaoyuan At 2017-01-19 10:20:38, "Steven Liu" wrote: >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 >--- > libavformat/hlsenc.c | 2 ++ > 1 f

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix too many open files bug

2017-01-18 Thread Steven Liu
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 --- libavformat/hlsenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 1f4bf8b..85d3955