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

Guillaume POIRIER poirierg
Mon Feb 26 16:20:04 CET 2007


Hi,

On 2/26/07, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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

fixed both.

Guillaume




More information about the ffmpeg-cvslog mailing list