mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-19 20:40:58 +08:00
修复mark bit相关错误
This commit is contained in:
@@ -200,7 +200,7 @@ void H265RtpEncoder::inputFrame(const Frame::Ptr &frame) {
|
||||
bFirst = false;
|
||||
}
|
||||
} else {
|
||||
makeH265Rtp(naluType,pcData, iLen, true, true, uiStamp);
|
||||
makeH265Rtp(naluType,pcData, iLen, false, true, uiStamp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user