[Sumover-dev] [svn commit] r3848 - rat/trunk

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Sep 12 18:31:44 BST 2006


Author: piers
Date: Tue Sep 12 18:30:58 2006
New Revision: 3848

Modified:
   rat/trunk/mbus_engine.c

Log:
Added #include "settings.h" and removed unused buf[] from rx_rtp_addr()

Modified: rat/trunk/mbus_engine.c
==============================================================================
--- rat/trunk/mbus_engine.c	(original)
+++ rat/trunk/mbus_engine.c	Tue Sep 12 18:30:58 2006
@@ -30,7 +30,7 @@
 #include "converter.h"
 #include "repair.h"
 #include "render_3D.h"
-#include "session.h"
+#include "settings.h"
 #include "pdb.h"
 #include "source.h"
 #include "sndfile.h"
@@ -998,7 +998,6 @@
 	char	*addr;
 	int	 rx_port, tx_port, ttl;
 	struct mbus_parser	*mp;
-	char buf[50];
 	uint32_t           ssrc;
 
 	UNUSED(srce);



More information about the Sumover-dev mailing list