From db40c1cd5f57b5ed6f7083943f5acd1d090a7045 Mon Sep 17 00:00:00 2001 From: Alessio Bazzica Date: Thu, 31 Oct 2024 10:41:09 +0100 Subject: [PATCH] Opus wrapper: remove misleading comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - WebRTC does use the libopus DTX implementation - The removed detail is anyways irrelevant in a docstring Bug: webrtc:376493209 Change-Id: I3dfe1521259e596dbfa0db97f91ffb75deeb16b8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367200 Commit-Queue: Alessio Bazzica Reviewed-by: Jakob Ivarsson‎ Cr-Commit-Position: refs/heads/main@{#43344} --- modules/audio_coding/codecs/opus/opus_interface.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/audio_coding/codecs/opus/opus_interface.h b/modules/audio_coding/codecs/opus/opus_interface.h index 733f7e4ab3..dd64e82476 100644 --- a/modules/audio_coding/codecs/opus/opus_interface.h +++ b/modules/audio_coding/codecs/opus/opus_interface.h @@ -421,9 +421,7 @@ void WebRtcOpus_DecoderInit(OpusDecInst* inst); * * Output: * - decoded : The decoded vector - * - audio_type : 1 normal, 2 CNG (for Opus it should - * always return 1 since we're not using Opus's - * built-in DTX/CNG scheme) + * - audio_type : 1 normal, 2 CNG * * Return value : >0 - Samples per channel in decoded vector * -1 - Error