diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
commit | f7102b858dc849cc94255bc96f95b880dfd93452 (patch) | |
tree | 3e6164b0b02bb62f7093ddc44bbbaebaf44aacf8 /configs/media_codecs.xml | |
parent | cc834f0c4bb0ce51baddc42d11935438bf63394a (diff) |
Initialising brunch based on davidevinavil device tree (CM14.0 branch)
Diffstat (limited to 'configs/media_codecs.xml')
-rw-r--r-- | configs/media_codecs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 78dd159..89a6e66 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -91,7 +91,7 @@ Only the three quirks included above are recognized at this point: | | (4096) (2160) (56) (100) | | | mpeg4 | 1920 1088 60 60 489600 | N | | vc1 | 1920 1088 60 60 489600 | Y | - | vp8 | 3840 2160 30 20 979200 | N | + | vp8 | 3840 2160 30 100 979200 | N | | vp9 | 3840 2160 30 100 979200 | Y | | divx3 | 720 480 30 2 40500 | N | | div4/5/6 | 1920 1088 30 10 244800 | N | @@ -107,7 +107,7 @@ Only the three quirks included above are recognized at this point: | h264 | 3840 2160 30 100 979200 | | hevc | 3840 2160 30 100 979200 | | mpeg4 | 1920 1088 60 60 489600 | - | vp8 | 3840 2160 30 20 979200 | + | vp8 | 3840 2160 30 100 979200 | | h263 | 864 480 30 2 48600 | |__________|_________________________________________| --> @@ -180,7 +180,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-20000000" /> + <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> </MediaCodec> @@ -346,7 +346,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-20000000" /> + <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="16" /> @@ -370,7 +370,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-20000000" /> + <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> |