forked from AOMediaCodec/libavif
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print gain map info in avifenc/avifdec. (AOMediaCodec#1598)
In avifenc, the gain map's detailed info like pixel size, yuv format etc. are printed. In avifdec, only the presence/absence of a gain map in the AVIF file is printed. The full info is not available because enableDecodingGainMap is disabled by default, and it doesn't make sense to enable it since the gain map won't be savec anyway (saving to jpeg+gainmap is not implemented).
- Loading branch information
Showing
4 changed files
with
44 additions
and
6 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
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