Mercurial > libavutil.hg
changeset 893:76fd7478a2dc libavutil
Replace @returns by @return.
author | benoit |
---|---|
date | Tue, 30 Mar 2010 15:50:57 +0000 |
parents | 3e77728d53e1 |
children | 6be1c118d9d6 |
files | mathematics.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mathematics.h Thu Mar 25 22:46:35 2010 +0000 +++ b/mathematics.h Tue Mar 30 15:50:57 2010 +0000 @@ -87,7 +87,7 @@ * 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);