Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: services/media/audio/platform/generic/mixers/no_op.cc

Issue 1471813002: Mix to an intermediate buffer. (Closed) Base URL: https://github.com/domokit/mojo.git@change7
Patch Set: rebase on top of samples_per_frame -> channels patchset Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/media/audio/platform/generic/mixers/no_op.cc
diff --git a/services/media/audio/platform/generic/mixers/no_op.cc b/services/media/audio/platform/generic/mixers/no_op.cc
index 03530c6d0187af5e8fef5f47355f0ef9dd4025fa..493c7db9225c7a9e30188c3dbe8c6f23cdd842a5 100644
--- a/services/media/audio/platform/generic/mixers/no_op.cc
+++ b/services/media/audio/platform/generic/mixers/no_op.cc
@@ -11,7 +11,7 @@ namespace media {
namespace audio {
namespace mixers {
-bool NoOp::Mix(void* dst,
+bool NoOp::Mix(int32_t* dst,
uint32_t dst_frames,
uint32_t* dst_offset,
const void* src,

Powered by Google App Engine
This is Rietveld 408576698