[svn-commits] oej: branch oej/roibus-comfort-noise-trunk r377010 - /team/oej/roibus-comfort...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 3 06:39:34 CST 2012


Author: oej
Date: Mon Dec  3 06:39:30 2012
New Revision: 377010

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=377010
Log:
Fix format

Modified:
    team/oej/roibus-comfort-noise-trunk/main/channel.c

Modified: team/oej/roibus-comfort-noise-trunk/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/roibus-comfort-noise-trunk/main/channel.c?view=diff&rev=377010&r1=377009&r2=377010
==============================================================================
--- team/oej/roibus-comfort-noise-trunk/main/channel.c (original)
+++ team/oej/roibus-comfort-noise-trunk/main/channel.c Mon Dec  3 06:39:30 2012
@@ -9070,7 +9070,7 @@
 	.destroy = cng_channel_params_destroy,
 };
 
-static int ast_channel_cng_params_init(struct ast_channel *chan, int level, int old_write_format)
+static int ast_channel_cng_params_init(struct ast_channel *chan, int level, struct ast_format *old_write_format)
 {
 	struct ast_noise_generator *new_cng;
 	struct ast_datastore *cng_datastore;




More information about the svn-commits mailing list