]> git.sesse.net Git - ffmpeg/commit
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)
commit2477bfe22121f04eff9e4ba2475f1f999c17ea36
treeb42472f9e572c5b229ac76de01c2d81fad461d67
parent18fbfd7bf86effb49c0341b37b9c1d73940d688e
http: avoid logging reconnect warning if stream was aborted

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.)
libavformat/http.c