修复mark bit相关错误

This commit is contained in:
xiongziliang
2020-09-12 19:13:58 +08:00
parent 9e26a02fb1
commit 898c6ff24f

View File

@@ -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);
}
}