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:
@@ -100,7 +100,7 @@ AVRational av_add_q(AVRational b, AVRational c);
|
|||||||
* Subtracts one rational from another.
|
* Subtracts one rational from another.
|
||||||
* @param b first rational.
|
* @param b first rational.
|
||||||
* @param c second rational.
|
* @param c second rational.
|
||||||
* returns b-c.
|
* @return b-c.
|
||||||
*/
|
*/
|
||||||
AVRational av_sub_q(AVRational b, AVRational c);
|
AVRational av_sub_q(AVRational b, AVRational c);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user