mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
优化代码
This commit is contained in:
parent
d60101b93c
commit
86b053db3b
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user