[svn-commits] tilghman: branch tilghman/codec_bits3 r227459 - /team/tilghman/codec_bits3/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 15:32:12 CST 2009


Author: tilghman
Date: Tue Nov  3 15:32:08 2009
New Revision: 227459

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227459
Log:
Okay codec_prefs are now coming through for the extended range

Modified:
    team/tilghman/codec_bits3/main/frame.c

Modified: team/tilghman/codec_bits3/main/frame.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/codec_bits3/main/frame.c?view=diff&rev=227459&r1=227458&r2=227459
==============================================================================
--- team/tilghman/codec_bits3/main/frame.c (original)
+++ team/tilghman/codec_bits3/main/frame.c Tue Nov  3 15:32:08 2009
@@ -986,7 +986,8 @@
 
 int ast_codec_pref_string(struct ast_codec_pref *pref, char *buf, size_t size) 
 {
-	int x, codec; 
+	int x;
+	format_t codec; 
 	size_t total_len, slen;
 	char *formatname;
 	




More information about the svn-commits mailing list