mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Format with google-java-format
This commit is contained in:
parent
834664be4f
commit
5a70bbfeec
1 changed files with 2 additions and 1 deletions
|
|
@ -1238,7 +1238,8 @@ import java.util.List;
|
|||
bitdepthLuma = highBitdepth ? 10 : 8;
|
||||
}
|
||||
bitdepthChroma = bitdepthLuma;
|
||||
// See av1C atom syntax: https://aomediacodec.github.io/av1-isobmff/#av1codecconfigurationbox-syntax
|
||||
// See av1C atom syntax:
|
||||
// https://aomediacodec.github.io/av1-isobmff/#av1codecconfigurationbox-syntax
|
||||
parent.skipBytes(4); // skip to configOBUs[]
|
||||
Av1BitstreamParser parser = new Av1BitstreamParser(parent);
|
||||
if (parser.parseSequenceHeader() && parser.colorDescriptionPresentFlag == 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue