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";
|
||||
|
||||
EXPECT_CALL(helper.mock_encoder_factory(), Create)
|
||||
.WillOnce(
|
||||
WithArg<1>([&kAnaConfigString](const SdpAudioFormat& format) {
|
||||
.WillOnce(WithArg<1>([&kAnaConfigString](const SdpAudioFormat& format) {
|
||||
auto mock_encoder = SetupAudioEncoderMock(format);
|
||||
InSequence s;
|
||||
EXPECT_CALL(
|
||||
|
||||
@ -58,7 +58,7 @@ class AudioChannelTest : public ::testing::Test {
|
||||
// By default, run the queued task immediately.
|
||||
ON_CALL(task_queue_, PostTaskImpl)
|
||||
.WillByDefault(WithArg<0>(
|
||||
[](absl::AnyInvocable<void() &&> task) { std::move(task)(); }));
|
||||
[](absl::AnyInvocable<void()&&> task) { std::move(task)(); }));
|
||||
}
|
||||
|
||||
void SetUp() override { audio_channel_ = CreateAudioChannel(kLocalSsrc); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user