mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
c07ed8c8a2
commit
71e4199485
|
@ -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…
Reference in New Issue