mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
优化代码
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user