davinci: media: Increase max resolution for m4v

Change-Id: I32aa6b15b73e1838028f0e38f523e70b90a4f1cc
This commit is contained in:
Arian 2020-10-26 19:29:54 +01:00
parent e9a6fe51f4
commit efa81edb6a
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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" />