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)
|
||||
{
|
||||
outPcmData = null;
|
||||
outConsumed = 0;
|
||||
outSamples = 0;
|
||||
outPcmData = null;
|
||||
outConsumed = 0;
|
||||
outSamples = 0;
|
||||
|
||||
long streamSize = input.BaseStream.Length;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue