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

@@ -283,7 +283,7 @@ bool H264RtpEncoder::inputFrame(const Frame::Ptr &frame) {
default: break;
}
GET_CONFIG(int,lowLatency,Rtp::KLowLatency);
GET_CONFIG(int,lowLatency,Rtp::kLowLatency);
if (lowLatency) { // 低延迟模式
if (_last_frame) {
flush();