优化日志

This commit is contained in:
xiongziliang
2018-04-09 11:33:19 +08:00
parent 9fe6587bd3
commit 6a9bc8aca5
8 changed files with 9 additions and 9 deletions

View File

@@ -132,6 +132,6 @@ bool getAVCInfo(const string& strSps,int &iVideoWidth, int &iVideoHeight, float
}
h264GetWidthHeight(&tH264SpsInfo, &iVideoWidth, &iVideoHeight);
h264GeFramerate(&tH264SpsInfo, &iVideoFps);
//FatalL << iVideoWidth << " " << iVideoHeight << " " << iVideoFps;
//ErrorL << iVideoWidth << " " << iVideoHeight << " " << iVideoFps;
return true;
}