新增支持播发器画面秒开功能

This commit is contained in:
xiongziliang
2017-06-20 11:46:17 +08:00
parent 24bbdb48cb
commit f3b5c8f75b
3 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ public:
}
RtspMediaSource::onGetSDP(strSdp);
}
virtual void onGetRTP(const RtpPacket::Ptr &pRtppkt, bool bKeyPos = true) override{
virtual void onGetRTP(const RtpPacket::Ptr &pRtppkt, bool bKeyPos) override{
if (m_pParser) {
bKeyPos = m_pParser->inputRtp(*pRtppkt);
}