Re: [FFmpeg-devel] [PATCH] http: avoid logging reconnect warning if stream was aborted

2018-01-04 Thread wm4
On Thu, 4 Jan 2018 12:01:02 -0500 "Ronald S. Bultje" wrote: > Hi, > > On Thu, Jan 4, 2018 at 11:07 AM, wm4 wrote: > > > If the stream was aborted using the libavformat interrupt callback, we > > don't want it to log the reconnect warning. (Exiting after logging this > > warning worked well, so

Re: [FFmpeg-devel] [PATCH] http: avoid logging reconnect warning if stream was aborted

2018-01-04 Thread Ronald S. Bultje
Hi, On Thu, Jan 4, 2018 at 11:07 AM, wm4 wrote: > If the stream was aborted using the libavformat interrupt callback, we > don't want it to log the reconnect warning. (Exiting after logging this > warning worked well, so this is only for avoiding the ugly warning.) > --- > I don't want to stick

[FFmpeg-devel] [PATCH] http: avoid logging reconnect warning if stream was aborted

2018-01-04 Thread wm4
If the stream was aborted using the libavformat interrupt callback, we don't want it to log the reconnect warning. (Exiting after logging this warning worked well, so this is only for avoiding the ugly warning.) --- I don't want to stick this as an additional condition into the 150 column while() c