united some code style

This commit is contained in:
xiongguangjie
2022-10-19 14:55:39 +08:00
parent 7b87985f74
commit 0a71e06d4a
4 changed files with 8 additions and 8 deletions

View File

@@ -399,7 +399,7 @@ private:
GET_CONFIG(int, mergeWriteMS, General::kMergeWriteMS);
GET_CONFIG(int, rtspLowLatency, Rtsp::KLowLatency);
GET_CONFIG(int, rtspLowLatency, Rtsp::kLowLatency);
if(std::is_same<packet, RtpPacket>::value && rtspLowLatency){
return true;
}