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

2016-04-13 Thread Michael Niedermayer
On Wed, Apr 13, 2016 at 10:15:32AM +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 > --- > > Thanks for pointing on the pr

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

2016-04-13 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 --- Thanks for pointing on the problem with testing enum for negative value. I've fixed that, so parse_slave_failure_policy_o