Re: [FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-16 Thread Carl Eugen Hoyos
Christian Suloway csuloway at row44.com writes: Close segment I/O context and append segment in hls_write_trailer() only when segment I/O context is allocated. Was this a regression since 25ccf5df? (And should be backported to 2.5?) Carl Eugen

Re: [FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-16 Thread Christian Suloway
On 12/16/14, 3:23 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Christian Suloway csuloway at row44.com writes: Close segment I/O context and append segment in hls_write_trailer() only when segment I/O context is allocated. Was this a regression since 25ccf5df? (And should be backported to

[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-15 Thread Christian Suloway
Close segment I/O context and append segment in hls_write_trailer() only when segment I/O context is allocated. Signed-off-by: Christian Suloway csulo...@globaleagleent.com --- libavformat/hlsenc.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-15 Thread Michael Niedermayer
On Mon, Dec 15, 2014 at 06:10:46PM -0600, Christian Suloway wrote: Close segment I/O context and append segment in hls_write_trailer() only when segment I/O context is allocated. Signed-off-by: Christian Suloway csulo...@globaleagleent.com --- libavformat/hlsenc.c | 10 ++ 1 file