Apparently there was a mismatch between the header and the actual code.
Change-Id: Icb877468f55fd81f98b6498fc02578e538211615
if (Exynos_OSAL_Strcmp(cParameterName, EXYNOS_INDEX_PARAM_ENABLE_THUMBNAIL) == 0) {
EXYNOS_WMVDEC_HANDLE *pWmvDec = (EXYNOS_WMVDEC_HANDLE *)((EXYNOS_OMX_VIDEODEC_COMPONENT *)pExynosComponent->hComponentHandle)->hCodecHandle;
- *pIndexType = OMX_IndexVendorThumbnailMode;
+ *pIndexType = OMX_IndexParamEnableThumbnailMode;
ret = OMX_ErrorNone;
} else {
ret = Exynos_OMX_VideoDecodeGetExtensionIndex(hComponent, cParameterName, pIndexType);