]> git.sesse.net Git - ffmpeg/commit
hls: don't print a certain warning if playlist loading is aborted
authorwm4 <nfxjfg@googlemail.com>
Wed, 24 Jan 2018 07:04:38 +0000 (08:04 +0100)
committerwm4 <nfxjfg@googlemail.com>
Sat, 27 Jan 2018 03:10:52 +0000 (04:10 +0100)
commit23ffeb91fe46f6f95348731396ccfdb7fbff0337
tree5a42f1c56d0931e853dc6b4d82574ba958351421
parent6194d7e56454897b9c5d9d52e82376b2a6e6b85c
hls: don't print a certain warning if playlist loading is aborted

AVERROR_EXIT happens when the user's interrupt callback signals that
playback should be aborted. In this case, the demuxer shouldn't print a
warning, as it's expected that all network accesses are stopped.
libavformat/hls.c