commit | 8e83c7ac09ef73a0e544d98f3b7f0123d058de1e | [log] [tgz] |
---|---|---|
author | Minyue Li <minyue@webrtc.org> | Mon Nov 04 14:47:52 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 07 21:15:58 2019 +0000 |
tree | 2094671f02a1d1d5a59253e2a75171dae03b6f90 | |
parent | 0696eecbd0997785aaa572bd3ca9936e4016edfd [diff] [blame] |
Make Opus PLC always output 10ms audio. BUG: b/143582588 Change-Id: I41ad5f4f91d9af3f595666a8f32b7ab5382605bd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158672 Commit-Queue: Minyue Li <minyue@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29733}
diff --git a/modules/audio_coding/codecs/opus/opus_inst.h b/modules/audio_coding/codecs/opus/opus_inst.h index 9c3acb3..148baa2 100644 --- a/modules/audio_coding/codecs/opus/opus_inst.h +++ b/modules/audio_coding/codecs/opus/opus_inst.h
@@ -31,6 +31,7 @@ OpusDecoder* decoder; OpusMSDecoder* multistream_decoder; int prev_decoded_samples; + bool plc_use_prev_decoded_samples; size_t channels; int in_dtx_mode; int sample_rate_hz;