mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-22 08:52:20 +08:00
united some code style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user