[svn-commits] dvossel: branch dvossel/fixtheworld_phase2 r306863 - /team/dvossel/fixtheworl...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 8 09:56:29 CST 2011


Author: dvossel
Date: Tue Feb  8 09:56:25 2011
New Revision: 306863

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=306863
Log:
Do not use a smoother on SILK payloads

Modified:
    team/dvossel/fixtheworld_phase2/res/res_rtp_asterisk.c

Modified: team/dvossel/fixtheworld_phase2/res/res_rtp_asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/res/res_rtp_asterisk.c?view=diff&rev=306863&r1=306862&r2=306863
==============================================================================
--- team/dvossel/fixtheworld_phase2/res/res_rtp_asterisk.c (original)
+++ team/dvossel/fixtheworld_phase2/res/res_rtp_asterisk.c Tue Feb  8 09:56:25 2011
@@ -1250,6 +1250,7 @@
 		switch (subclass.id) {
 		case AST_FORMAT_SPEEX:
 		case AST_FORMAT_SPEEX16:
+		case AST_FORMAT_SILK:
 		case AST_FORMAT_G723_1:
 		case AST_FORMAT_SIREN7:
 		case AST_FORMAT_SIREN14:




More information about the svn-commits mailing list