]> git.sesse.net Git - ffmpeg/commitdiff
http: avoid logging reconnect warning if stream was aborted
authorwm4 <nfxjfg@googlemail.com>
Thu, 4 Jan 2018 16:06:52 +0000 (17:06 +0100)
committerwm4 <nfxjfg@googlemail.com>
Thu, 4 Jan 2018 17:08:31 +0000 (18:08 +0100)
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.)


No differences found