[svn-commits] mmichelson: branch 1.8 r354640 - /branches/1.8/main/translate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 9 12:58:44 CST 2012


Author: mmichelson
Date: Thu Feb  9 12:58:40 2012
New Revision: 354640

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=354640
Log:
Remove outdated comment.


Modified:
    branches/1.8/main/translate.c

Modified: branches/1.8/main/translate.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/translate.c?view=diff&rev=354640&r1=354639&r2=354640
==============================================================================
--- branches/1.8/main/translate.c (original)
+++ branches/1.8/main/translate.c Thu Feb  9 12:58:40 2012
@@ -517,8 +517,7 @@
 					/* Is x->y->z a better choice than x->z?
 					 * There are three conditions for x->y->z to be a better choice than x->z
 					 * 1. if there is no step directly between x->z then x->y->z is the best and only current option.
-					 * 2. if x->y->z costs less and the sample rate conversion is no less optimal.
-					 * 3. if x->y->z results in a more optimal sample rate conversion. */
+					 * 2. if x->y->z results in a more optimal sample rate conversion. */
 					if (!tr_matrix[x][z].step) {
 						better_choice = 1;
 					} else if (new_rate_change < tr_matrix[x][z].rate_change) {




More information about the svn-commits mailing list