comparison rational.h @ 364:d83531dda292 libavutil

match doxygen comment with other parts of the file
author alex
date Sat, 14 Jul 2007 00:15:01 +0000
parents f13e5473611e
children d0f3bb6e367e
comparison
equal deleted inserted replaced
363:486d6f63fa10 364:d83531dda292
98 98
99 /** 99 /**
100 * Subtracts one rational from another. 100 * Subtracts one rational from another.
101 * @param b first rational. 101 * @param b first rational.
102 * @param c second rational. 102 * @param c second rational.
103 * returns b-c. 103 * @return b-c.
104 */ 104 */
105 AVRational av_sub_q(AVRational b, AVRational c); 105 AVRational av_sub_q(AVRational b, AVRational c);
106 106
107 /** 107 /**
108 * Converts a double precision floating point number to a rational. 108 * Converts a double precision floating point number to a rational.