fix(stream): adjust the error code position.

This commit is contained in:
Haojun Liao 2025-02-28 14:01:26 +08:00
parent b23f20a450
commit 00e02280b8
1 changed files with 1 additions and 1 deletions

View File

@ -136,8 +136,8 @@ enum {
enum {
STREAM_QUEUE__SUCESS = 1,
STREAM_QUEUE__FAILED,
STREAM_QUEUE__CHKPTFAILED,
STREAM_QUEUE__PROCESSING,
STREAM_QUEUE__CHKPTFAILED,
};
typedef enum EStreamTaskEvent {