From 490c4bf913e741e9e0799fa4b9cdc6d26104adf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Turnel?= Date: Tue, 3 Apr 2018 16:58:13 +0200 Subject: [PATCH] Update fps tests according to VP8 conf table changes. (retrofit of commit fb465e) --- tester/call_video_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/call_video_tester.c b/tester/call_video_tester.c index fe85820a3..3189fe3c2 100644 --- a/tester/call_video_tester.c +++ b/tester/call_video_tester.c @@ -2142,7 +2142,7 @@ static void video_call_expected_fps_for_low_bandwidth(void) { **/ static void video_call_expected_fps_for_regular_bandwidth(void) { #if defined(__ANDROID__) || (TARGET_OS_IPHONE == 1) || defined(__arm__) || defined(_M_ARM) - video_call_expected_fps_for_specified_bandwidth(400000, 12, "vga"); + video_call_expected_fps_for_specified_bandwidth(500000, 12, "vga"); #else video_call_expected_fps_for_specified_bandwidth(450000, 25, "vga"); #endif