优化代码
This commit is contained in:
parent
d60101b93c
commit
86b053db3b
|
|
@ -190,8 +190,8 @@ void RtpProcess::onPSDecode(int stream,
|
||||||
int bytes) {
|
int bytes) {
|
||||||
pts /= 90;
|
pts /= 90;
|
||||||
dts /= 90;
|
dts /= 90;
|
||||||
_dts = dts;
|
|
||||||
_stamps[codecid].revise(dts,pts,dts,pts,false);
|
_stamps[codecid].revise(dts,pts,dts,pts,false);
|
||||||
|
_dts = dts;
|
||||||
|
|
||||||
switch (codecid) {
|
switch (codecid) {
|
||||||
case STREAM_VIDEO_H264: {
|
case STREAM_VIDEO_H264: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue