Add M1 Mac expected results for AudioDecoderIsacFixTest

Bug: webrtc:12882
Change-Id: I56c1fcdd85fab88924b9a9f53a1a20485633f840
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/223660
Commit-Queue: Christoffer Jansson <jansson@google.com>
Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34389}
This commit is contained in:
Christoffer Jansson
2021-06-24 10:00:17 +02:00
committed by WebRTC LUCI CQ
parent fbdd778891
commit 46d002cb36

View File

@ -589,6 +589,8 @@ TEST_F(AudioDecoderIsacFixTest, EncodeDecode) {
static const int kEncodedBytes = 685;
#elif defined(WEBRTC_ARCH_ARM64)
static const int kEncodedBytes = 673;
#elif defined(WEBRTC_MAC) && defined(WEBRTC_ARCH_ARM64) // M1 Mac
static const int kEncodedBytes = 673;
#else
static const int kEncodedBytes = 671;
#endif