[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase2 r308241 - /team/dvossel/fixtheworl...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 17 17:28:41 CST 2011
Author: dvossel
Date: Thu Feb 17 17:28:36 2011
New Revision: 308241
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308241
Log:
Removes unused define
Modified:
team/dvossel/fixtheworld_phase2/bridges/bridge_softmix.c
Modified: team/dvossel/fixtheworld_phase2/bridges/bridge_softmix.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/bridges/bridge_softmix.c?view=diff&rev=308241&r1=308240&r2=308241
==============================================================================
--- team/dvossel/fixtheworld_phase2/bridges/bridge_softmix.c (original)
+++ team/dvossel/fixtheworld_phase2/bridges/bridge_softmix.c Thu Feb 17 17:28:36 2011
@@ -52,10 +52,7 @@
#include "asterisk/astobj2.h"
#include "asterisk/timing.h"
-/*! Max sample rate */
-#define MAX_RATE 96000
-
-#define MAX_DATALEN 1920
+#define MAX_DATALEN 3840
/*! \brief Interval at which mixing will take place. Valid options are 10, 20, and 40. */
#define SOFTMIX_INTERVAL 20
More information about the asterisk-commits
mailing list