aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_coding
diff options
context:
space:
mode:
authorIvo Creusen <ivoc@webrtc.org>2020-01-28 17:12:23 +0100
committerCommit Bot <commit-bot@chromium.org>2020-01-29 11:55:05 +0000
commit182c2b833407840cc829a1463268251d61a2621c (patch)
tree94129c4c67c792f29b7f19382b65bca82855db18 /modules/audio_coding
parent97ffbefdab24b95df09da679c96bb5188ef33cc1 (diff)
downloadwebrtc-182c2b833407840cc829a1463268251d61a2621c.tar.gz
Expose run function to NetEqSimulator
Bug: webrtc:11005 Change-Id: I84f01536b40ba17e66877cdced194e05b882b5c5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167537 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30405}
Diffstat (limited to 'modules/audio_coding')
-rw-r--r--modules/audio_coding/neteq/tools/neteq_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio_coding/neteq/tools/neteq_test.h b/modules/audio_coding/neteq/tools/neteq_test.h
index afcc077ab8..0a6c24f3d6 100644
--- a/modules/audio_coding/neteq/tools/neteq_test.h
+++ b/modules/audio_coding/neteq/tools/neteq_test.h
@@ -92,7 +92,7 @@ class NetEqTest : public NetEqSimulator {
~NetEqTest() override;
// Runs the test. Returns the duration of the produced audio in ms.
- int64_t Run();
+ int64_t Run() override;
// Runs the simulation until we hit the next GetAudio event. If the simulation
// is finished, is_simulation_finished will be set to true in the returned
// SimulationStepResult.