Cap VideoEncoderCap maxFrameRate to 30 am: d10c070c77
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14494379 Change-Id: I5578c544248495d781e776583f02beeab2c38d66
This commit is contained in:
commit
08b1039b32
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@
|
||||||
minBitRate="64000" maxBitRate="12000000"
|
minBitRate="64000" maxBitRate="12000000"
|
||||||
minFrameWidth="128" maxFrameWidth="3840"
|
minFrameWidth="128" maxFrameWidth="3840"
|
||||||
minFrameHeight="96" maxFrameHeight="2160"
|
minFrameHeight="96" maxFrameHeight="2160"
|
||||||
minFrameRate="15" maxFrameRate="60" />
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
|
|
||||||
<VideoEncoderCap name="h263" enabled="true"
|
<VideoEncoderCap name="h263" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="1000000"
|
minBitRate="64000" maxBitRate="1000000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue