From e71b4c8c296c18c396e7c88dd292f10583301d80 Mon Sep 17 00:00:00 2001 From: Sxs Date: Fri, 15 Aug 2025 02:13:18 +0000 Subject: [PATCH 1/2] update api/1.1.2/codec_omx_ext.h. Signed-off-by: Sxs --- api/1.1.2/codec_omx_ext.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/1.1.2/codec_omx_ext.h b/api/1.1.2/codec_omx_ext.h index bea79ba..47e1e4e 100644 --- a/api/1.1.2/codec_omx_ext.h +++ b/api/1.1.2/codec_omx_ext.h @@ -164,6 +164,16 @@ enum CodecVvcLevel { enum CodecColorFormatExt { CODEC_COLOR_FORMAT_RGBA8888 = OMX_COLOR_FormatVendorStartUnused + 100, }; + +/** + * @brief Enumerates the extended codec error type. + */ +enum CodecErrorTypeExt { + /** Param Sets Illegal */ + OMX_ErrorParameterSetsIllegal = OMX_ErrorVendorStartUnused + 1, + /** Param Sets Lost */ + OMX_ErrorParameterSetsLost, +} /** * @brief Enumerates the buffer types. -- Gitee From a22b419b5f7fb2938c4a480ef243a7c77f1c5eb7 Mon Sep 17 00:00:00 2001 From: Sxs Date: Fri, 15 Aug 2025 02:55:11 +0000 Subject: [PATCH 2/2] update api/1.1.2/codec_omx_ext.h. Signed-off-by: Sxs --- api/1.1.2/codec_omx_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/1.1.2/codec_omx_ext.h b/api/1.1.2/codec_omx_ext.h index 47e1e4e..20721dd 100644 --- a/api/1.1.2/codec_omx_ext.h +++ b/api/1.1.2/codec_omx_ext.h @@ -173,7 +173,7 @@ enum CodecErrorTypeExt { OMX_ErrorParameterSetsIllegal = OMX_ErrorVendorStartUnused + 1, /** Param Sets Lost */ OMX_ErrorParameterSetsLost, -} +}; /** * @brief Enumerates the buffer types. -- Gitee