summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-12-12 09:18:14 -0600
committersfan5 <sfan5@live.de>2023-12-12 18:54:46 +0100
commit9e27b1f523071db184443d78f7144cb599dd0829 (patch)
tree9f7e64c583db6c3dea2047d4526206a132a6ce4d /.github/ISSUE_TEMPLATE/2_bug_report_macos.md
parent8f22916f85b5957e6999cc766d1d72aa73052ecc (diff)
downloadmpv-9e27b1f523071db184443d78f7144cb599dd0829.tar.bz2
mpv-9e27b1f523071db184443d78f7144cb599dd0829.tar.xz
sub: don't busy loop if the player is paused for cache
When updating subtitles while paused, mpv waits until a packet is available. However in the case of a network stream, it is possible that mpv will pause itself when buffering for cache reasons. This makes that particular loop do a busy loop and can take a long time depending on network streams. Simply just don't do the loop here if we are paused for cache reasons. Fixes #13077.
Diffstat (limited to '.github/ISSUE_TEMPLATE/2_bug_report_macos.md')
0 files changed, 0 insertions, 0 deletions