davinci: media: Increase max resolution for m4v
Change-Id: I32aa6b15b73e1838028f0e38f523e70b90a4f1cc
This commit is contained in:
parent
e9a6fe51f4
commit
efa81edb6a
@ -2175,8 +2175,8 @@
|
||||
|
||||
<VideoEncoderCap name="m4v" enabled="true"
|
||||
minBitRate="64000" maxBitRate="20000000"
|
||||
minFrameWidth="176" maxFrameWidth="1280"
|
||||
minFrameHeight="144" maxFrameHeight="720"
|
||||
minFrameWidth="176" maxFrameWidth="1920"
|
||||
minFrameHeight="144" maxFrameHeight="1088"
|
||||
minFrameRate="15" maxFrameRate="30"
|
||||
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
|
||||
maxHFRMode="0" />
|
||||
|
Loading…
Reference in New Issue
Block a user