cosmetics
authorAndre <maan@p133.(none)>
Tue, 9 May 2006 17:26:47 +0000 (19:26 +0200)
committerAndre <maan@p133.(none)>
Tue, 9 May 2006 17:26:47 +0000 (19:26 +0200)
ortp_send.c

index da590dcdcaf251800feca76546e873bd1fddd999..9dcde7fc376a0c526c4902641bf495b4650f55fc 100644 (file)
@@ -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);