Commit b2e324ef by xiongziliang

完善日志

parent 2e3cee09
...@@ -295,7 +295,7 @@ void RtpProcess::onDecode(int stream,int codecid,int flags,int64_t pts,int64_t d ...@@ -295,7 +295,7 @@ void RtpProcess::onDecode(int stream,int codecid,int flags,int64_t pts,int64_t d
} }
default: default:
if(codecid != 0){ if(codecid != 0){
WarnL << "unsupported codec type:" << getCodecName(codecid); WarnL << "unsupported codec type:" << getCodecName(codecid) << " " << (int)codecid;
} }
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论