[Ffmpeg-cvslog] r8133 - trunk/libavutil/rational.h

gpoirier subversion
Mon Feb 26 15:53:42 CET 2007


Author: gpoirier
Date: Mon Feb 26 15:53:42 2007
New Revision: 8133

Modified:
   trunk/libavutil/rational.h

Log:
fix 2 mistakes in doxy comments, spotted by Michael


Modified: trunk/libavutil/rational.h
==============================================================================
--- trunk/libavutil/rational.h	(original)
+++ trunk/libavutil/rational.h	Mon Feb 26 15:53:42 2007
@@ -80,7 +80,7 @@ int av_reduce(int *dst_nom, int *dst_den
 AVRational av_mul_q(AVRational b, AVRational c);
 
 /**
- * Divides two rationals.
+ * Divides one rational by another.
  * @param b first rational.
  * @param c second rational.
  * @return b/c.
@@ -96,7 +96,7 @@ AVRational av_div_q(AVRational b, AVRati
 AVRational av_add_q(AVRational b, AVRational c);
 
 /**
- * Substracts two rationals.
+ * Subtracts one rational from another.
  * @param b first rational.
  * @param c second rational.
  * returns b-c.




More information about the ffmpeg-cvslog mailing list