This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
c07ed8c8a2
commit
71e4199485
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
* return
s
b-c.
*
@
return b-c.
*/
AVRational av_sub_q(AVRational b, AVRational c);
Write
Preview
Loading…
Cancel
Save