-
Notifications
You must be signed in to change notification settings - Fork 218
feat: use vhs-utils #361
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
base: main
Are you sure you want to change the base?
feat: use vhs-utils #361
Conversation
gkatsev
left a comment
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.
Works well, just needs to wait for the vhs-utils update.
b1e6a8f to
4708fb1
Compare
| 0x01, // version 1 | ||
| 0x00, 0x00, 0x00, // flags | ||
| 0x00, 0x00, 0x00, 0x00, // entry_count | ||
| 0x00, 0x00, 0x00, 0x01, // entry_count |
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.
entry count cannot be 0, but then have 1 entry...
| 0x01, // version 1 | ||
| 0x00, 0x00, 0x00, // flags | ||
| 0x00, 0x00, 0x00, 0x00, // entry_count | ||
| 0x00, 0x00, 0x00, 0x01, // entry_count |
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.
same
8bbb236 to
65e8d8b
Compare
65e8d8b to
4c9dc2d
Compare
|
This is blocked until we have enough time to get to everything in #362 |
No description provided.