mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 11:17:09 +08:00
回复代码,防止兼容性问题
This commit is contained in:
parent
6922d82c65
commit
9640d8e33d
@ -108,7 +108,7 @@ inline void H264RtmpDecoder::onGetH264_l(const char* pcData, int iLen, uint32_t
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
inline void H264RtmpDecoder::onGetH264(const char* pcData, int iLen, uint32_t dts,uint32_t pts) {
|
inline void H264RtmpDecoder::onGetH264(const char* pcData, int iLen, uint32_t dts,uint32_t pts) {
|
||||||
#if 0
|
#if 1
|
||||||
_h264frame->type = H264_TYPE(pcData[0]);
|
_h264frame->type = H264_TYPE(pcData[0]);
|
||||||
_h264frame->timeStamp = dts;
|
_h264frame->timeStamp = dts;
|
||||||
_h264frame->ptsStamp = pts;
|
_h264frame->ptsStamp = pts;
|
||||||
|
Loading…
Reference in New Issue
Block a user