[svn-commits] trunk - r8517 /trunk/rtp.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 24 03:36:47 MST 2006


Author: oej
Date: Tue Jan 24 04:36:45 2006
New Revision: 8517

URL: http://svn.digium.com/view/asterisk?rev=8517&view=rev
Log:
Whitespace change, extra <tab> added from my tab storage.

Modified:
    trunk/rtp.c

Modified: trunk/rtp.c
URL: http://svn.digium.com/view/asterisk/trunk/rtp.c?rev=8517&r1=8516&r2=8517&view=diff
==============================================================================
--- trunk/rtp.c (original)
+++ trunk/rtp.c Tue Jan 24 04:36:45 2006
@@ -509,7 +509,7 @@
 		ast_verbose("Got RTP packet from %s:%d (type %d, seq %d, ts %d, len %d)\n"
 			, ast_inet_ntoa(iabuf, sizeof(iabuf), sin.sin_addr), ntohs(sin.sin_port), payloadtype, seqno, timestamp,res - hdrlen);
 
-   rtpPT = ast_rtp_lookup_pt(rtp, payloadtype);
+   	rtpPT = ast_rtp_lookup_pt(rtp, payloadtype);
 	if (!rtpPT.isAstFormat) {
 		/* This is special in-band data that's not one of our codecs */
 		if (rtpPT.code == AST_RTP_DTMF) {



More information about the svn-commits mailing list