Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/tee: Handling slave failure in tee muxer

2016-04-12 Thread Michael Niedermayer
On Tue, Apr 12, 2016 at 08:46:29PM +0300, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Adds per slave option 'onfail' to the tee muxer allowing an output to > fail,so other slave outputs can continue. > > Signed-off-by: Jan Sebechlebsky > --- > doc/muxers.texi | 14

[FFmpeg-devel] [PATCH v5 3/3] avformat/tee: Handling slave failure in tee muxer

2016-04-12 Thread sebechlebskyjan
From: Jan Sebechlebsky Adds per slave option 'onfail' to the tee muxer allowing an output to fail,so other slave outputs can continue. Signed-off-by: Jan Sebechlebsky --- doc/muxers.texi | 14 libavformat/tee.c | 102 +- 2 files c