diff options
| author | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2020-09-10 21:24:15 +0200 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2020-09-10 21:24:15 +0200 |
| commit | d5e7cd848bac07e3ee3125d4e3d93f8b579899e2 (patch) | |
| tree | 21151a2d530c2a4054fcda36275189e4cc98482c | |
| parent | fb947a609c933f9967cf4a7258b768521b17110e (diff) | |
Revert "lux: Remove more unsupported media codecs"
This reverts commit fb947a609c933f9967cf4a7258b768521b17110e.
Create nasty playback
Change-Id: I01f8518cf729f42083c0e718f5aafae8124fdb49
| -rw-r--r-- | configs/media_codecs.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 23572ea..14a9e40 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -59,6 +59,17 @@ </Encoders> <Decoders> <!-- Video Hardware --> + <MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" > + <Quirk name="requires-allocate-on-input-ports" /> + <Quirk name="requires-allocate-on-output-ports" /> + <Limit name="size" min="64x64" max="1920x1088" /> + <Limit name="alignment" value="2x2" /> + <Limit name="block-size" value="16x16" /> + <Limit name="blocks-per-second" min="1" max="489600" /> + <Limit name="bitrate" range="1-50000000" /> + <Limit name="concurrent-instances" max="8" /> + <Feature name="adaptive-playback" /> + </MediaCodec> <MediaCodec name="OMX.qcom.video.decoder.mpeg2" type="video/mpeg2" > <Quirk name="requires-allocate-on-input-ports" /> <Quirk name="requires-allocate-on-output-ports" /> |
