diff options
| -rw-r--r-- | media_codecs.xml | 10 | ||||
| -rw-r--r-- | mfx_omxil_core.conf | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index a636229..60d9fe6 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -158,16 +158,6 @@ Only the three quirks included above are recognized at this point: <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="5" /> </MediaCodec> - <MediaCodec name="OMX.Intel.sw_vd.h265.secure_L3" type="video/hevc"> - <Limit name="size" min="16x16" max="1920x1088" /> - <Limit name="alignment" value="2x2" /> - <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" range="1-244800" /> - <Limit name="bitrate" range="1-8000000" /> - <Feature name="adaptive-playback" /> - <Feature name="secure-playback" required="true" /> - <Limit name="concurrent-instances" max="5" /> - </MediaCodec> <MediaCodec name="OMX.google.gsm.decoder" type="audio/gsm" /> <MediaCodec name="OMX.Intel.alac.decoder" type="audio/alac" /> diff --git a/mfx_omxil_core.conf b/mfx_omxil_core.conf index 226a52c..3de3d7c 100644 --- a/mfx_omxil_core.conf +++ b/mfx_omxil_core.conf @@ -1,2 +1 @@ OMX.Intel.sw_vd.h265 : libmfx_omx_components_sw.so -OMX.Intel.sw_vd.h265.secure_L3 : libmfx_omx_components_sw.so
\ No newline at end of file |
