[Ffmpeg-cvslog] r8132 - in trunk/libavutil: rational.c rational.h

Michael Niedermayer michaelni
Mon Feb 26 15:45:48 CET 2007


Hi

On Mon, Feb 26, 2007 at 03:27:29PM +0100, gpoirier wrote:
> Author: gpoirier
> Date: Mon Feb 26 15:27:29 2007
> New Revision: 8132
> 
> Modified:
>    trunk/libavutil/rational.c
>    trunk/libavutil/rational.h
> 
> Log:
> move doxy comments from rational.c to rational.h and add some new comments
> patch by Dujardin Bernard %dujardin P iut A numericable P fr%

ive missed yet another misstake

[...]
> +/**
> + * Divides two rationals.
> + * @param b first rational.
> + * @param c second rational.
> + * @return b/c.
> + */
>  AVRational av_div_q(AVRational b, AVRational c);

divides one rational by another


[...]
> +/**
> + * Substracts two rationals.
> + * @param b first rational.
> + * @param c second rational.
> + * returns b-c.
> + */
>  AVRational av_sub_q(AVRational b, AVRational c);

subtracts one rational from another


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070226/7a53b45f/attachment.pgp>



More information about the ffmpeg-cvslog mailing list