Re: [FFmpeg-devel] [PATCH 2/3] avformat/hlsenc: added segment file deletion
On Thu, Dec 04, 2014 at 05:05:25PM -0600, Christian Suloway wrote: > Option removes segments no longer in playlist when older than playlist + > segment duration > > Signed-off-by: Christian Suloway > --- > libavformat/hlsenc.c | 72 > > 1 fi
[FFmpeg-devel] [PATCH 2/3] avformat/hlsenc: added segment file deletion
Option removes segments no longer in playlist when older than playlist + segment duration Signed-off-by: Christian Suloway --- libavformat/hlsenc.c | 72 1 file changed, 67 insertions(+), 5 deletions(-) diff --git a/libavformat/hlsenc.c b/li