[FFmpeg-cvslog] r20939 - trunk/libavutil/mathematics.h

michael subversion
Sun Dec 27 15:40:49 CET 2009


Author: michael
Date: Sun Dec 27 15:40:49 2009
New Revision: 20939

Log:
2nd try on documenting av_gcd().

Modified:
   trunk/libavutil/mathematics.h

Modified: trunk/libavutil/mathematics.h
==============================================================================
--- trunk/libavutil/mathematics.h	Sun Dec 27 15:32:23 2009	(r20938)
+++ trunk/libavutil/mathematics.h	Sun Dec 27 15:40:49 2009	(r20939)
@@ -58,7 +58,7 @@ enum AVRounding {
 
 /**
  * Returns the greatest common divisor of a and b.
- * If either a or b are 0 or either or both are <0 then behavior is
+ * If both a and b are 0 or either or both are <0 then behavior is
  * undefined.
  */
 int64_t av_const av_gcd(int64_t a, int64_t b);



More information about the ffmpeg-cvslog mailing list