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) \
 { \
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to