-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read the first two bytes of mini box directly
The first two bytes of the mini box can be read directly without checking any condition. Parse the fields in the first two bytes using elementary operations (bitwise AND and right shift). No need to use avifROStreamReadBits() yet.
- Loading branch information
1 parent
7176120
commit b2cac33
Showing
1 changed file
with
43 additions
and
18 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