This commit is contained in:
Anthony Minessale 2011-08-31 13:52:21 -05:00
parent ed0ac0358c
commit 8f67d2fbfb
1 changed files with 1 additions and 1 deletions

View File

@ -4271,7 +4271,7 @@ SWITCH_DECLARE(int) switch_rtp_write_manual(switch_rtp_t *rtp_session,
goto end;
}
if (!((*flags) && SFF_RTP_HEADER)) {
if (((*flags) & SFF_RTP_HEADER)) {
rtp_session->last_write_ts = ts;
}