diff options
author | wm4 <wm4@nowhere> | 2019-10-06 20:09:07 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2019-10-06 20:46:22 +0200 |
commit | 81e51a15f7e16d23216c7ab78502df245157723e (patch) | |
tree | 1e3118d2ce2bf2da9146278b5c6f094efdb55694 /common/playlist.c | |
parent | 6d0f0546ee851f4106438c5b92c8d1d152937ea7 (diff) | |
download | mpv-81e51a15f7e16d23216c7ab78502df245157723e.tar.bz2 mpv-81e51a15f7e16d23216c7ab78502df245157723e.tar.xz |
ao_alsa: remove sometimes bogus XRUN message
This XRUN (aka underrun) message was printed in the following
situations:
1) legitimate underrun during playback
2) legitimate underrun when playing final chunk
3) bogus underrun when playing final chunk
The old underrun case (in play()) happens in cases 1) and 2) as well,
but 3) did not happen. It appears 3) is indeed something that happens,
although it's not known for sure. It's still pretty annoying, so remove
the new XRUN message.
When testing, care should be taken to play with buffer sizes, video
versus no video, and gapless enabled/disabled. Also, suspending the
player with Ctrl+Z in the terminal (SIGSTOP) and then resuming is a good
way to trigger a "normal" underrun.
Diffstat (limited to 'common/playlist.c')
0 files changed, 0 insertions, 0 deletions