mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
typo
This commit is contained in:
parent
ed0ac0358c
commit
8f67d2fbfb
@ -4271,7 +4271,7 @@ SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session,
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!((*flags) && SFF_RTP_HEADER)) {
|
if (((*flags) & SFF_RTP_HEADER)) {
|
||||||
rtp_session->last_write_ts = ts;
|
rtp_session->last_write_ts = ts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user