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

Future proof SVT-AV1 version parsing #562

Merged
merged 3 commits into from
Jan 31, 2022

Conversation

redzic
Copy link
Collaborator

@redzic redzic commented Jan 31, 2022

The old code will not work for future versions that use the same syntax, for example if there is a 0.9.1 version, as we only check for 0.9.0.

@redzic
Copy link
Collaborator Author

redzic commented Jan 31, 2022

I just realized this won't work for versions that don't correctly parse into base 10 numbers (e.g. 0.8.11, even though there is no such version of svt). Marking this as WIP.

@redzic redzic marked this pull request as draft January 31, 2022 01:36
@redzic redzic marked this pull request as ready for review January 31, 2022 01:38
@redzic redzic marked this pull request as draft January 31, 2022 01:42
@redzic redzic marked this pull request as ready for review January 31, 2022 02:00
@mergify mergify bot merged commit d5fe2d2 into master-of-zen:master Jan 31, 2022
@redzic redzic deleted the fix-svt-ver branch January 31, 2022 16:58
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