[FFmpeg-soc] [soc]: r2714 - nellyenc/nellymoserenc.c

bwolowiec subversion at mplayerhq.hu
Mon Jul 7 15:29:05 CEST 2008


Author: bwolowiec
Date: Mon Jul  7 15:29:05 2008
New Revision: 2714

Log:
fix mistake in comment


Modified:
   nellyenc/nellymoserenc.c

Modified: nellyenc/nellymoserenc.c
==============================================================================
--- nellyenc/nellymoserenc.c	(original)
+++ nellyenc/nellymoserenc.c	Mon Jul  7 15:29:05 2008
@@ -149,7 +149,7 @@ static av_cold int encode_end(AVCodecCon
 /*
  * Searching index in table with size table_size, where
  * |val-table[best_idx]| is minimal.
- * It assumes that table elements increasing order and uses binary search.
+ * It assumes that table elements are in increasing order and uses binary search.
  */
 #define find_best_value(val, table, table_size, best_idx) \
 { \



More information about the FFmpeg-soc mailing list