-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement IAMF v1.0.0 errata changes
Updates the IAMF mp4 parsing implementation to support v1.0.0-errata. Streams configured with the original v1.0.0 spec are no longer supported. Changes are pulled from Chromium. Original CL descriptions follow: Update IAMF mp4 parsing implementation Updates the IAMF parsing implemenation to parse the IA Configuration Box defined in the IAMF v1.0.0-errata specification. https://aomediacodec.github.io/iamf/v1.0.0-errata.html#iaconfigurationbox-section Bug: b/340618404 Change-Id: I1467e60928ac28e0ead4a9e0f3857b6c5540c7e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5550540 Reviewed-by: Mark Foltz <[email protected]> Commit-Queue: Austin Osagie <[email protected]> Reviewed-by: Dale Curtis <[email protected]> Cr-Commit-Position: refs/heads/main@{#1304144} Fix iacb atom parsing error Fixes an error in a previous change that parses the iamf atom instead of the iacb atom. Now, the iacb atom is properly read. Bug: b/340618404 Change-Id: I61d8c8c2758c9181b40ff6e99da24c790b202687
- Loading branch information
Showing
5 changed files
with
29 additions
and
22 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
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