From: Danny Wood Date: Fri, 10 Apr 2020 19:44:26 +0000 (+0100) Subject: osal: disable storeMetaDataInBuffers support for decoders X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d741426d9d3883f1ba946d7c6920dec17464003f;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_openmax.git osal: disable storeMetaDataInBuffers support for decoders Change-Id: I9a1a6a74be4ee3d4b29c9b10bac6779e5d3b3cd2 (cherry picked from commit bbd7e5de4d1c699816895b77221bb0cff98cd391) --- diff --git a/component/video/dec/Exynos_OMX_VdecControl.c b/component/video/dec/Exynos_OMX_VdecControl.c index 8fd33da..1af85a9 100644 --- a/component/video/dec/Exynos_OMX_VdecControl.c +++ b/component/video/dec/Exynos_OMX_VdecControl.c @@ -1907,7 +1907,7 @@ OMX_ERRORTYPE Exynos_OMX_VideoDecodeGetExtensionIndex( goto EXIT; } -#ifdef USE_STOREMETADATA +#if 0 //def USE_STOREMETADATA if (Exynos_OSAL_Strcmp(cParameterName, EXYNOS_INDEX_PARAM_STORE_METADATA_BUFFER) == 0) { *pIndexType = (OMX_INDEXTYPE) OMX_IndexParamStoreMetaDataBuffer; goto EXIT;