Format /audio folder
Formatting done via: git ls-files | grep -E '^audio\/.*\.(h|cc)' | xargs clang-format -i No-Iwyu: Includes didn't change and it isn't related to formatting Bug: webrtc:42225392 Change-Id: I28fc4e2ef9929ae2ff0d473d71020392218298a5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373602 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43673}
This commit is contained in:
parent
6f22172dde
commit
105172eaa3
@ -561,8 +561,7 @@ TEST(AudioSendStreamTest, AudioNetworkAdaptorReceivesOverhead) {
|
|||||||
const std::string kAnaConfigString = "abcde";
|
const std::string kAnaConfigString = "abcde";
|
||||||
|
|
||||||
EXPECT_CALL(helper.mock_encoder_factory(), Create)
|
EXPECT_CALL(helper.mock_encoder_factory(), Create)
|
||||||
.WillOnce(
|
.WillOnce(WithArg<1>([&kAnaConfigString](const SdpAudioFormat& format) {
|
||||||
WithArg<1>([&kAnaConfigString](const SdpAudioFormat& format) {
|
|
||||||
auto mock_encoder = SetupAudioEncoderMock(format);
|
auto mock_encoder = SetupAudioEncoderMock(format);
|
||||||
InSequence s;
|
InSequence s;
|
||||||
EXPECT_CALL(
|
EXPECT_CALL(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user