*.修改帧处理方式

*.删除同一流中多ID遍历模式
*.添加函数指针数组管理不同帧回调
*.添加流处理打印
This commit is contained in:
fengweihao
2019-03-29 15:37:18 +08:00
committed by zhengchao
parent fcde7bfbf3
commit ad004b29a6
8 changed files with 1655 additions and 1236 deletions

View File

@@ -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();