mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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");
|
||||
}
|
||||
channelCount = getChannelCount(headerBytes);
|
||||
|
||||
int gain = readSignedLittleEndian16(headerBytes, 16);
|
||||
|
||||
byte[] streamMap = new byte[channelCount];
|
||||
|
|
|
|||
Loading…
Reference in a new issue