From: Andre Date: Tue, 9 May 2006 17:26:47 +0000 (+0200) Subject: cosmetics X-Git-Tag: v0.2.12~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fc6808183ecea0ef73068fe86b988388c41a4b4a;hp=04ed0875fb66972083d3fbec44b734791e1cd12a cosmetics --- diff --git a/ortp_send.c b/ortp_send.c index da590dcd..9dcde7fc 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -123,9 +123,10 @@ static void ortp_shutdown_targets(void) list_for_each_entry_safe(ot, tmp, &targets, node) { if (!ot->session || !ot->streaming) continue; - PARA_INFO_LOG("sending eof to ortp target %s:%d, ts = %d\n", TARGET_ADDR(ot), ot->port, - ot->last_ts); - rtp_session_send_with_ts(ot->session, buf, ORTP_AUDIO_HEADER_LEN, ot->last_ts + ot->chunk_ts); + PARA_INFO_LOG("sending eof to ortp target %s:%d, ts = %d\n", + TARGET_ADDR(ot), ot->port, ot->last_ts); + rtp_session_send_with_ts(ot->session, buf, + ORTP_AUDIO_HEADER_LEN, ot->last_ts); ot->streaming = 0; ot->chunk_ts = 0; rtp_session_reset(ot->session);