From fe4d335b54ede7a47fd4bcf5c228fb427cbcc8c9 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期二, 20 一月 2026 14:46:01 +0800
Subject: [PATCH] 新增通道参数拷贝功能
---
inc/IModule.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inc/IModule.h b/inc/IModule.h
index 2696e53..dde5359 100644
--- a/inc/IModule.h
+++ b/inc/IModule.h
@@ -54,7 +54,7 @@
inline ErrStatus SetOutputChannelDataPtr(u16 index, Frame* data)
{
if (index >= mOutputPortNum) {
- return ERR_PARAM;
+ return ErrStatus::ERR_PARAM;
}
mDataOut[index] = data;
return ErrStatus::SUCCESS;
--
Gitblit v1.9.3