mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
davinci: media: Increase max resolution for m4v
Change-Id: I32aa6b15b73e1838028f0e38f523e70b90a4f1cc
This commit is contained in:
@@ -2175,8 +2175,8 @@
|
|||||||
|
|
||||||
<VideoEncoderCap name="m4v" enabled="true"
|
<VideoEncoderCap name="m4v" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="20000000"
|
minBitRate="64000" maxBitRate="20000000"
|
||||||
minFrameWidth="176" maxFrameWidth="1280"
|
minFrameWidth="176" maxFrameWidth="1920"
|
||||||
minFrameHeight="144" maxFrameHeight="720"
|
minFrameHeight="144" maxFrameHeight="1088"
|
||||||
minFrameRate="15" maxFrameRate="30"
|
minFrameRate="15" maxFrameRate="30"
|
||||||
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
|
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
|
||||||
maxHFRMode="0" />
|
maxHFRMode="0" />
|
||||||
|
|||||||
Reference in New Issue
Block a user