Cap VideoEncoderCap maxFrameRate to 30
Fixes CTS without affecting GCA Bug: 175830757 Test: GCA, CTS Change-Id: I5c42e150a5fcc2e6a87b3daa6e1c8c787697168c
This commit is contained in:
parent
2e4d1c7d17
commit
07bf326a61
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@
|
|||
minBitRate="64000" maxBitRate="12000000"
|
||||
minFrameWidth="128" maxFrameWidth="3840"
|
||||
minFrameHeight="96" maxFrameHeight="2160"
|
||||
minFrameRate="15" maxFrameRate="60" />
|
||||
minFrameRate="15" maxFrameRate="30" />
|
||||
|
||||
<VideoEncoderCap name="h263" enabled="true"
|
||||
minBitRate="64000" maxBitRate="1000000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue