From 32e543f866d9d4b450729e93cd81dacd8c457971 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Tue, 30 Mar 2010 15:50:57 +0000 Subject: Replace @returns by @return. Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mathematics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/mathematics.h') diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h index ab0f3f731d..3b783db832 100644 --- a/libavutil/mathematics.h +++ b/libavutil/mathematics.h @@ -87,7 +87,7 @@ int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; * Compares 2 timestamps each in its own timebases. * The result of the function is undefined if one of the timestamps * is outside the int64_t range when represented in the others timebase. - * @returns -1 if ts_a is before ts_b, 1 if ts_a is after ts_b or 0 if they represent the same position + * @return -1 if ts_a is before ts_b, 1 if ts_a is after ts_b or 0 if they represent the same position */ int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); -- cgit v1.2.3