修复mark bit相关错误

This commit is contained in:
xiongziliang 2020-09-12 19:13:58 +08:00
parent 9e26a02fb1
commit 898c6ff24f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void H265RtpEncoder::inputFrame(const Frame::Ptr &frame) {
bFirst = false; bFirst = false;
} }
} else { } else {
makeH265Rtp(naluType,pcData, iLen, true, true, uiStamp); makeH265Rtp(naluType,pcData, iLen, false, true, uiStamp);
} }
} }