mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Removed empty line
This commit is contained in:
parent
af32e859ed
commit
b2e8489119
@ -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…
x
Reference in New Issue
Block a user