Re: [FFmpeg-devel] [PATCH v11 01/11] avformat: Add fifo pseudo-muxer

2016-08-18 Thread Moritz Barsnick
On Thu, Aug 18, 2016 at 22:07:34 +0200, Jan Sebechlebsky wrote: > > You're re-assigning ret in the error case but not using it. I think you > > meant to return it? > Yes, that's right - thanks for noticing that. I'll fix that and also the > issues above and resend the patch. Apparently, the

Re: [FFmpeg-devel] [PATCH v11 01/11] avformat: Add fifo pseudo-muxer

2016-08-18 Thread Jan Sebechlebsky
On 08/18/2016 09:05 PM, Moritz Barsnick wrote: On Thu, Aug 18, 2016 at 01:25:01 +0200, sebechlebsky...@gmail.com wrote: +@item attempt_recovery @var{bool} +If failure occurs, attempt to recover the output. This is especially useful +when used with network output, allows to restart streaming

Re: [FFmpeg-devel] [PATCH v11 01/11] avformat: Add fifo pseudo-muxer

2016-08-18 Thread Moritz Barsnick
On Thu, Aug 18, 2016 at 01:25:01 +0200, sebechlebsky...@gmail.com wrote: > +@item attempt_recovery @var{bool} > +If failure occurs, attempt to recover the output. This is especially useful > +when used with network output, allows to restart streaming transparently. > +By default this option set to

[FFmpeg-devel] [PATCH v11 01/11] avformat: Add fifo pseudo-muxer

2016-08-18 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Conflicting patch was applied meanwhile, so I am resending this one. No changes since the last version. Changelog| 1 + configure| 1 +