Address Ac_k's comment
This commit is contained in:
parent
1f24842755
commit
3c235c4335
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ namespace Ryujinx.HLE.HOS.Services.Audio.HardwareOpusDecoderManager
|
||||||
|
|
||||||
private ResultCode DecodeInterleavedInternal(BinaryReader input, out short[] outPcmData, long outputSize, out uint outConsumed, out int outSamples)
|
private ResultCode DecodeInterleavedInternal(BinaryReader input, out short[] outPcmData, long outputSize, out uint outConsumed, out int outSamples)
|
||||||
{
|
{
|
||||||
outPcmData = null;
|
outPcmData = null;
|
||||||
outConsumed = 0;
|
outConsumed = 0;
|
||||||
outSamples = 0;
|
outSamples = 0;
|
||||||
|
|
||||||
long streamSize = input.BaseStream.Length;
|
long streamSize = input.BaseStream.Length;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue