Removed empty line

This commit is contained in:
Rohit Singh 2024-12-11 14:47:04 +00:00
parent af32e859ed
commit b2e8489119

View File

@ -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];