From 3268fe4c8107617e7c46e1d16a92de273bba47ce Mon Sep 17 00:00:00 2001 From: MyGit_Lee <18844544329@163.com> Date: Sat, 28 Jun 2025 13:21:14 +0000 Subject: [PATCH] add input stream err index Signed-off-by: MyGit_Lee <18844544329@163.com> --- api/1.1.2/codec_omx_ext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/1.1.2/codec_omx_ext.h b/api/1.1.2/codec_omx_ext.h index f516c9a..13a362f 100644 --- a/api/1.1.2/codec_omx_ext.h +++ b/api/1.1.2/codec_omx_ext.h @@ -401,6 +401,8 @@ enum OmxIndexCodecExType { OMX_IndexParamChannelId, /** OMX_CONFIG_LPPMODE */ OMX_IndexParamLppMode, + /** InputStreamError */ + OMX_IndexInputStreamError, }; /** -- Gitee