webrtc/modules/audio_coding
Jonas Olsson b2b2031457 Concatenate string literals at compile time.
This CL was generated by running:
git ls-files | grep ".cc" | xargs perl -i -ne 'BEGIN {undef $/}; s/("[\s\n]*<<[\s\n]*")/" "/g; print;'; git cl format

After that I manually edited modules/audio_processing/gain_controller2.cc to preserve its original
formatting.

This primary benefit of this change is a small reduction in binary size.

Bug: None
Change-Id: I689fa7ba9c717c314bb167e5d592c3c4e0871e29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/165961
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30251}
2020-01-14 14:47:48 +00:00
..
acm2 Suppress C5041 constexpr warning for MSVC 2019 2020-01-14 07:44:35 +00:00
audio_network_adaptor Removes RPLR based FEC controller. 2019-10-31 13:56:44 +00:00
codecs Add include of <cstdlib> 2020-01-07 14:46:03 +00:00
include Enable injection of a custom NetEqFactory into PeerConnectionFactory. 2019-11-01 11:30:36 +00:00
neteq Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
test Make Opus PLC always output 10ms audio. 2019-11-07 21:15:58 +00:00
audio_coding.gni Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
BUILD.gn Suppress C5041 constexpr warning for MSVC 2019 2020-01-14 07:44:35 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Make ivoc owner of audio_coding. 2018-10-15 15:08:28 +00:00