We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93562b8 commit affee19Copy full SHA for affee19
src/BizHawk.Client.EmuHawk/AVOut/AviWriter.cs
@@ -702,7 +702,7 @@ static uint mmioFOURCC(string str) => (uint)(
702
hr = AVIWriterImports.AVIFileCreateStreamW(
703
_pAviFile,
704
out _pAviRawAudioStream,
705
- ref audstream_header);
+ in audstream_header);
706
hrEx = Marshal.GetExceptionForHR(hr);
707
if (hrEx != null)
708
{
0 commit comments