forked from AOMediaCodec/libavif
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocate the threadData array directly
The threadData array (formerly named tdArray) has a fixed size (i.e., the array does not grow or shrink while in use), so we can allocate the array directly. It is not necessary to define the array as avifArray.
- Loading branch information
1 parent
959109d
commit c74189f
Showing
1 changed file
with
8 additions
and
7 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