-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
manual
pause indicator initializes as static
when launched w…
…ith `--pause` Also refactored/simplified PauseIndicator a bit. closes #743
- Loading branch information
1 parent
b862387
commit 16f61eb
Showing
2 changed files
with
11 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16f61eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that "Workaround for an mpv race condition bug during pause" still necessary? There have been a few commits over the past year that might have made that unnecessary.
16f61eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regardless if it's needed or not, I don't think it'll hurt to support slightly older mpv versions.
16f61eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but if it's not necessary anymore we can leave a note and then remove it whenever the next mpv release is not supported anymore.