[svn-commits] dvossel: branch dvossel/fixtheworld_phase2 r306958 - /team/dvossel/fixtheworl...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Feb 8 12:41:39 CST 2011
Author: dvossel
Date: Tue Feb 8 12:41:35 2011
New Revision: 306958
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=306958
Log:
Thanks Qwell
Modified:
team/dvossel/fixtheworld_phase2/main/channel.c
Modified: team/dvossel/fixtheworld_phase2/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase2/main/channel.c?view=diff&rev=306958&r1=306957&r2=306958
==============================================================================
--- team/dvossel/fixtheworld_phase2/main/channel.c (original)
+++ team/dvossel/fixtheworld_phase2/main/channel.c Tue Feb 8 12:41:35 2011
@@ -5792,7 +5792,7 @@
if (best_sample_rate >= 16000) {
ast_format_set(&best_dst_fmt, AST_FORMAT_SLINEAR16, 0);
} else {
- ast_format_set(&best_dst_fmt, AST_FORMAT_SLINEAR16, 0);
+ ast_format_set(&best_dst_fmt, AST_FORMAT_SLINEAR, 0);
}
}
More information about the svn-commits
mailing list