*.修改帧处理方式
*.删除同一流中多ID遍历模式 *.添加函数指针数组管理不同帧回调 *.添加流处理打印
This commit is contained in:
@@ -19,7 +19,7 @@ typedef struct RTLogInit2Data_ {
|
||||
|
||||
char run_log_path[256];
|
||||
|
||||
void *run_log_handle;
|
||||
void *handle;
|
||||
} RTLogInit2Data;
|
||||
|
||||
typedef struct Http2Plugin_{
|
||||
@@ -66,7 +66,7 @@ struct z_stream_st{
|
||||
BrotliEncoderState *brenc_state;
|
||||
};
|
||||
|
||||
RTLogInit2Data *rt_log_data();
|
||||
RTLogInit2Data *logger();
|
||||
|
||||
Http2Plugin *http2_plugin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user