Browse Source

match doxygen comment with other parts of the file

Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 18 years ago
parent
commit
71e4199485
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/rational.h

+ 1
- 1
libavutil/rational.h 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);



Loading…
Cancel
Save