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

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

Issue 1471813002: Mix to an intermediate buffer. (Closed) Base URL: https://github.com/domokit/mojo.git@change7
Patch Set: Final rebase before landing Created 4 years, 11 months 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.h
diff --git a/services/media/audio/platform/generic/mixers/no_op.h b/services/media/audio/platform/generic/mixers/no_op.h
index 5467c24cc3d3d27801bfa85c960872291116a6ce..ac51f9ba6dd24fca964c824fd2255d1fd15c520b 100644
--- a/services/media/audio/platform/generic/mixers/no_op.h
+++ b/services/media/audio/platform/generic/mixers/no_op.h
@@ -16,7 +16,7 @@ class NoOp : public Mixer {
public:
NoOp() : Mixer(0, 0) {}
- bool Mix(void* dst,
+ bool Mix(int32_t* dst,
uint32_t dst_frames,
uint32_t* dst_offset,
const void* src,
« no previous file with comments | « services/media/audio/platform/generic/mixers/mixer_utils.h ('k') | services/media/audio/platform/generic/mixers/no_op.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698