klte-common: media_profiles: Actually let h264 encode 2160p
* Values verified against stock dump Change-Id: I49726325a2e8deb6d60974fd132bb1e32329afc6
This commit is contained in:
parent
a984faaba1
commit
cac2b65c70
1 changed files with 3 additions and 3 deletions
|
@ -383,9 +383,9 @@
|
|||
or query the capabilities of the codec at all if it is disabled
|
||||
-->
|
||||
<VideoEncoderCap name="h264" enabled="true"
|
||||
minBitRate="64000" maxBitRate="40000000"
|
||||
minFrameWidth="176" maxFrameWidth="1920"
|
||||
minFrameHeight="144" maxFrameHeight="1080"
|
||||
minBitRate="64000" maxBitRate="50000000"
|
||||
minFrameWidth="176" maxFrameWidth="3840"
|
||||
minFrameHeight="144" maxFrameHeight="2160"
|
||||
minFrameRate="15" maxFrameRate="30" />
|
||||
|
||||
<VideoEncoderCap name="h263" enabled="true"
|
||||
|
|
Loading…
Reference in a new issue