Merge pull request from bunnei/hwopus-fix

hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
pull/8/head
bunnei committed by GitHub
commit 6552d75be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,8 +77,8 @@ private:
IPC::ResponseBuilder rb{ctx, 6};
rb.Push(RESULT_SUCCESS);
rb.Push<u32>(consumed);
rb.Push<u64>(performance);
rb.Push<u32>(sample_count);
rb.Push<u64>(performance);
ctx.WriteBuffer(samples.data(), samples.size() * sizeof(s16));
}

Loading…
Cancel
Save