webrtc/modules/audio_coding/codecs/isac
Ali Tofigh 1e157a9596 Remove more top-level const from parameters in function declarations
This CL removes even more top-level const from parameters in function
declarations. This change is safe because top-level const in function
declarations (not function definitions) are ignored by the compiler
and so change is just a no-op cleanup.

Bug: webrtc:13610
Change-Id: Icf6868c27b1fdb9d9915b3a7020eb34bdcf07a09
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249989
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Ali Tofigh <alito@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35866}
2022-02-01 09:15:50 +00:00
..
fix Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
main Remove more top-level const from parameters in function declarations 2022-02-01 09:15:50 +00:00
audio_decoder_isac_t.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_decoder_isac_t_impl.h Delete AudioDecoder method IncomingPacket 2019-09-24 08:30:24 +00:00
audio_encoder_isac_t.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_encoder_isac_t_impl.h Avoid crashing on error code 6450 in isac. 2021-02-08 16:16:55 +00:00
bandwidth_info.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
empty.cc
isac_webrtc_api_test.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00