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

FileTypes.cs will there be no performance issues? #721

Open
vvyoko opened this issue Dec 3, 2024 · 0 comments
Open

FileTypes.cs will there be no performance issues? #721

vvyoko opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels

Comments

@vvyoko
Copy link

vvyoko commented Dec 3, 2024

string exts = Player.GetPropertyString("video-exts");

Do each file have to get an array from libmpv to judge again?

Shouldn't we cache one array after another?
This value will not update during playback

Just like the previous version
Then handling the new options like video-exts by ProcessProperty?

public bool ProcessProperty(string name, string value, bool writeError = false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants