对摘要的mediatype进行转换

This commit is contained in:
lishu
2018-12-11 22:26:23 +08:00
parent ae7b03a22c
commit c22fbc45ba
4 changed files with 30 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ const char* frag_rssb_version = "2018-08-13T09:00:00";
const char* frag_rssb_version_time = "2018-08-13T09:00:00";
const char* frag_rssb_version_des = "MESA@iie rssb_maskey";
int FRAG_RSSB_VERSION_1_0_20181210 = 0;
const char* frag_rssb_version_time_in = "2018-12-10";
int FRAG_RSSB_VERSION_1_0_20181211 = 0;
const char* frag_rssb_version_time_in = "2018-12-11";
const char* frag_rssb_version_des_in = "unixsocket recv survey";
void frag_rssb_history()
{
@@ -224,7 +224,8 @@ void frag_rssb_history()
//2018.11.05 v4.0//alter voip save_media frg_len>headerlen
//2018.11.07 v4.0//alter json_log opt name for k
//2018.12.07 v4.0//unixsocket set bufsize timeout in configure
//2018.12.10 v4.0//1.recv_msg_fd not unix 2.MsgPort
//2018.12.10 v4.0//1.recv_msg_fd not unix 2.MsgPort
//2018.12.11 v4.0//1.file mediatype
}
frag_rssb_parameter_t g_frag_run;