Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

player: can't render video properly with libmpv(0.38) on Linux #825

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

cosven
Copy link
Member

@cosven cosven commented Apr 21, 2024

from libmpv API changelog

--- mpv 0.38.0 ---
2.3 - partially revert the changes from API version 1.27, remove libmpv as
the default VO and move it to the bottom of the auto-probing order.
This restores the prior behavior on all platforms other than macOS,
but still auto selects libmpv/cocoa-cb on macOS if it was built with
support for cocoa-cb.

so we should set libmpv as vo explicitly.

@coveralls
Copy link

coveralls commented Apr 21, 2024

Pull Request Test Coverage Report for Build 8771834576

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 55.271%

Totals Coverage Status
Change from base Build 8770800639: 0.003%
Covered Lines: 9725
Relevant Lines: 17595

💛 - Coveralls

@cosven cosven merged commit e83e4c6 into feeluown:master Apr 21, 2024
10 checks passed
@cosven cosven deleted the mpv-0.38 branch April 21, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants