mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Update fps tests according to VP8 conf table changes. (retrofit of commit fb465e)
This commit is contained in:
parent
4f805973ae
commit
490c4bf913
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue