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

Unified Diff: webrtc/modules/audio_coding/neteq/tools/neteq_test.cc

Issue 2750783004: Add mute state field to AudioFrame. (Closed)
Patch Set: Fix num_channels check in UpMix() Created 3 years, 9 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: webrtc/modules/audio_coding/neteq/tools/neteq_test.cc
diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_test.cc b/webrtc/modules/audio_coding/neteq/tools/neteq_test.cc
index cc88b38fdf99982d752b01994ec7bed6a8944afc..7285e8f3ee3a275ade5d5826a552cd0ea53d5e37 100644
--- a/webrtc/modules/audio_coding/neteq/tools/neteq_test.cc
+++ b/webrtc/modules/audio_coding/neteq/tools/neteq_test.cc
@@ -95,7 +95,7 @@ int64_t NetEqTest::Run() {
if (output_) {
RTC_CHECK(output_->WriteArray(
- out_frame.data_,
+ out_frame.data(),
out_frame.samples_per_channel_ * out_frame.num_channels_));
}

Powered by Google App Engine
This is Rietveld 408576698