match doxygen comment with other parts of the file

Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-07-14 00:15:01 +00:00
parent c07ed8c8a2
commit 71e4199485
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ AVRational av_add_q(AVRational b, AVRational c);
* Subtracts one rational from another.
* @param b first rational.
* @param c second rational.
* returns b-c.
* @return b-c.
*/
AVRational av_sub_q(AVRational b, AVRational c);