mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Removed empty line
This commit is contained in:
parent
af32e859ed
commit
b2e8489119
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ public final class OpusDecoder
|
||||||
throw new OpusDecoderException("Invalid header length");
|
throw new OpusDecoderException("Invalid header length");
|
||||||
}
|
}
|
||||||
channelCount = getChannelCount(headerBytes);
|
channelCount = getChannelCount(headerBytes);
|
||||||
|
|
||||||
int gain = readSignedLittleEndian16(headerBytes, 16);
|
int gain = readSignedLittleEndian16(headerBytes, 16);
|
||||||
|
|
||||||
byte[] streamMap = new byte[channelCount];
|
byte[] streamMap = new byte[channelCount];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue