fix(stream): fix bugs caused by refactor.

This commit is contained in:
Haojun Liao 2023-10-19 18:00:54 +08:00
parent 8729bdac1e
commit e359da7b19
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ struct SStreamTaskSM {
typedef struct SStreamEventInfo {
EStreamTaskEvent event;
const char* name;
bool isTrans;
} SStreamEventInfo;
SStreamTaskSM* streamCreateStateMachine(SStreamTask* pTask);