[asterisk-commits] file: trunk r89086 - /trunk/channels/h323/ast_h323.cxx
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 7 11:45:32 CST 2007
Author: file
Date: Wed Nov 7 11:45:31 2007
New Revision: 89086
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89086
Log:
Minor change so chan_h323 builds again.
Modified:
trunk/channels/h323/ast_h323.cxx
Modified: trunk/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/ast_h323.cxx?view=diff&rev=89086&r1=89085&r2=89086
==============================================================================
--- trunk/channels/h323/ast_h323.cxx (original)
+++ trunk/channels/h323/ast_h323.cxx Wed Nov 7 11:45:31 2007
@@ -1890,8 +1890,6 @@
else if (y || (!(codec = ast_codec_pref_index(prefs, x)))) {
if (!y)
y = 1;
- else if (y == AST_FORMAT_MAX_AUDIO)
- break;
else
y <<= 1;
codec = y;
More information about the asterisk-commits
mailing list