[svn-commits] twilson: branch group/srtp r166506 - in /team/group/srtp: include/asterisk/ m...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 19:37:37 CST 2008


Author: twilson
Date: Mon Dec 22 19:37:36 2008
New Revision: 166506

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166506
Log:
Unchange a whitespace change, revert change to svn:ignore now that we no longer compile a .oo file, and remove a duplicated #define

Modified:
    team/group/srtp/include/asterisk/rtp.h
    team/group/srtp/main/rtp.c
    team/group/srtp/res/   (props changed)

Modified: team/group/srtp/include/asterisk/rtp.h
URL: http://svn.digium.com/view/asterisk/team/group/srtp/include/asterisk/rtp.h?view=diff&rev=166506&r1=166505&r2=166506
==============================================================================
--- team/group/srtp/include/asterisk/rtp.h (original)
+++ team/group/srtp/include/asterisk/rtp.h Mon Dec 22 19:37:36 2008
@@ -153,8 +153,6 @@
 	void (*set_ssrc)(struct ast_srtp_policy *policy, unsigned long ssrc, int inbound);
 };
 
-#define FLAG_3389_WARNING		(1 << 0)
-
 /*! RTP callback structure */
 typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void *data);
 

Modified: team/group/srtp/main/rtp.c
URL: http://svn.digium.com/view/asterisk/team/group/srtp/main/rtp.c?view=diff&rev=166506&r1=166505&r2=166506
==============================================================================
--- team/group/srtp/main/rtp.c (original)
+++ team/group/srtp/main/rtp.c Mon Dec 22 19:37:36 2008
@@ -175,8 +175,8 @@
 	int rtp_lookup_code_cache_result;
 	struct ast_rtcp *rtcp;
 	struct ast_codec_pref pref;
-	struct ast_rtp *bridged;		/*!< Who we are Packet bridged to */
-	struct ast_srtp *srtp;			/*!< Secure RTP data */
+	struct ast_rtp *bridged;        /*!< Who we are Packet bridged to */
+	struct ast_srtp *srtp;          /*!< Secure RTP data */
 
 	enum strict_rtp_state strict_rtp_state; /*!< Current state that strict RTP protection is in */
 	struct sockaddr_in strict_rtp_address;  /*!< Remote address information for strict RTP purposes */

Propchange: team/group/srtp/res/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Dec 22 19:37:36 2008
@@ -1,6 +1,5 @@
 *.a
 *.d
-*.oo
 *.eo
 *.eoo
 *.i




More information about the svn-commits mailing list