-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error checking in the command encoder.
There are actually two changes here: 1) Improve the error checking so that we correctly check that the buffer actually has enough space when writing a multibyte value. 2) Introduce a way to ask the encoder how much space it needs to encode a given APS frame. Fixes #1644
- Loading branch information
1 parent
73d5915
commit fa5dcc1
Showing
2 changed files
with
59 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters