mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-20 00:37:49 +08:00
修复mark bit相关错误
This commit is contained in:
parent
9e26a02fb1
commit
898c6ff24f
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user