From 07bf326a61647b464fd0f7aab94d88eecdaab755 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 11 May 2021 11:51:10 +0900 Subject: [PATCH] Cap VideoEncoderCap maxFrameRate to 30 Fixes CTS without affecting GCA Bug: 175830757 Test: GCA, CTS Change-Id: I5c42e150a5fcc2e6a87b3daa6e1c8c787697168c --- media_profiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_profiles.xml b/media_profiles.xml index f31d6ec5..cc6e3f4e 100644 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -844,7 +844,7 @@ minBitRate="64000" maxBitRate="12000000" minFrameWidth="128" maxFrameWidth="3840" minFrameHeight="96" maxFrameHeight="2160" - minFrameRate="15" maxFrameRate="60" /> + minFrameRate="15" maxFrameRate="30" />