webrtc/modules/audio_coding
Henrik Lundin 8731176b92 NetEq: Fix an UBSan error
UBSan will trigger when shifting a negative value. This change avoids
that by replacing "x << 8" with "x * (1 << 8)".

Bug: chromium:666877
Change-Id: Ic89bd98e5a3feff35075df96b104b386cb4d8803
Reviewed-on: https://webrtc-review.googlesource.com/14552
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20387}
2017-10-23 11:56:47 +00:00
..
acm2 Fixing warning C4267 on Win (more_configs). 2017-10-19 07:39:22 +00:00
audio_network_adaptor Fixing warning C4267 on Win (more_configs). 2017-10-19 07:39:22 +00:00
codecs Fixing warning C4267 on Win (more_configs). 2017-10-19 07:39:22 +00:00
include Remove AudioCodingModule::IncomingPayload 2017-09-29 14:23:27 +00:00
neteq NetEq: Fix an UBSan error 2017-10-23 11:56:47 +00:00
test Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
audio_coding.gni Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
BUILD.gn NetEq: Drop unnecessary dependency on the audio decoder implementations 2017-10-16 12:57:47 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00