On Fri, Sep 02, 2016 at 08:20:21PM +0100, Franklin Phillips wrote: > This patch is a fix for the bug with ticket number 5812 > (https://trac.ffmpeg.org/ticket/5812). > > Basically, the bug is that the last segment and the "#EXT-X-ENDLIST" > tag are not being written to the subtitle playlist file when > converting a file with subtitles to the HLS format. The reason for > this seem to be that the filename for the subtitle file is being freed > too early. This solution is simply to free that memory after it's last > use in the "hls_window" function. > > Signed-off-by: Franklin Phillips <franklinphillips...@inbox.lv> > --- > libavformat/hlsenc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just because microsoft did it is even more stupid. If everything ms did were stupid they would be bankrupt already.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel