优化代码

This commit is contained in:
xiongziliang 2020-02-25 18:53:11 +08:00
parent d60101b93c
commit 86b053db3b

View File

@ -190,8 +190,8 @@ void RtpProcess::onPSDecode(int stream,
int bytes) {
pts /= 90;
dts /= 90;
_dts = dts;
_stamps[codecid].revise(dts,pts,dts,pts,false);
_dts = dts;
switch (codecid) {
case STREAM_VIDEO_H264: {