webrtc/modules/audio_coding
Danil Chapovalov 4da18e89bd compare Optional<unsigned> only to unsigned integers
more standard optional<T> inlines compares instead of converting second argument to T.
that leads to warnings about comparing unsigned to signed integers.

Bug: webrtc:9078
Change-Id: I43cc729d3b85d789b0c394064dc7e11dc27a37aa
Reviewed-on: https://webrtc-review.googlesource.com/66782
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22779}
2018-04-07 10:07:47 +00:00
..
acm2 AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory 2018-04-06 15:10:27 +00:00
audio_network_adaptor compare Optional<unsigned> only to unsigned integers 2018-04-07 10:07:47 +00:00
codecs iSAC decoder: Don't read past the end of the buffer of encoded bytes 2018-04-05 13:22:53 +00:00
include AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory 2018-04-06 15:10:27 +00:00
neteq This CL removes all usages of our custom ostream << overloads. 2018-04-03 12:51:00 +00:00
test AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory 2018-04-06 15:10:27 +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 AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory 2018-04-06 15:10:27 +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