mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Format with google-java-format
This commit is contained in:
parent
f88c9ad68c
commit
b254c4625d
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ import java.io.IOException;
|
||||||
// To align RIFF chunks to certain boundaries the RIFF specification includes a JUNK chunk.
|
// To align RIFF chunks to certain boundaries the RIFF specification includes a JUNK chunk.
|
||||||
// Its contents are to be skipped when reading.
|
// Its contents are to be skipped when reading.
|
||||||
if (chunkHeader.size % 2 != 0) {
|
if (chunkHeader.size % 2 != 0) {
|
||||||
bytesToSkip ++; // padding present if size is odd, skip it.
|
bytesToSkip++; // padding present if size is odd, skip it.
|
||||||
}
|
}
|
||||||
if (bytesToSkip > Integer.MAX_VALUE) {
|
if (bytesToSkip > Integer.MAX_VALUE) {
|
||||||
throw ParserException.createForUnsupportedContainerFeature(
|
throw ParserException.createForUnsupportedContainerFeature(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue