Skip to content

Vint algorithm: Move index initialization to before mask loop#198

Merged
annevk merged 1 commit intowhatwg:mainfrom
Prospero23:main
May 19, 2025
Merged

Vint algorithm: Move index initialization to before mask loop#198
annevk merged 1 commit intowhatwg:mainfrom
Prospero23:main

Conversation

@Prospero23
Copy link
Contributor

@Prospero23 Prospero23 commented May 16, 2025

Fixes #197.


Preview | Diff

@Prospero23
Copy link
Contributor Author

Submitted participant agreement, just waiting on approval.

@padenot
Copy link
Collaborator

padenot commented May 19, 2025

  • Gecko: n/a (uses nestegg)

nestegg implements this algorithm (in fact the opposite, I wrote this algorithm looking at nestegg's parser).

Thanks for the patch!

@annevk annevk merged commit 7460cb4 into whatwg:main May 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Steps 4 and 5 in the parse a vint algorithm appear swapped

3 participants