[FFmpeg-devel] [PATCH] Some documentation for swscale.h

Michael Niedermayer michaelni
Wed Feb 11 20:00:13 CET 2009


On Wed, Feb 11, 2009 at 01:55:11AM +0100, Stefano Sabatini wrote:
> On date Wednesday 2009-02-11 01:01:35 +0100, Stefano Sabatini encoded:
> > On date Tuesday 2009-02-10 02:06:40 +0100, Michael Niedermayer encoded:
> > > On Tue, Feb 10, 2009 at 01:19:03AM +0100, Stefano Sabatini wrote:
> [...]
> > > > Index: ffmpeg/libswscale/swscale.h
> > > > ===================================================================
> > > > --- ffmpeg.orig/libswscale/swscale.h	2009-02-10 01:11:45.000000000 +0100
> > > > +++ ffmpeg/libswscale/swscale.h	2009-02-10 01:12:45.000000000 +0100
> > > > @@ -136,6 +136,11 @@
> > > >   * with the same value \p c.
> > > >   */
> > > >  SwsVector *sws_getConstVec(double c, int length);
> > > > +
> > > > +/**
> > > > + * Allocates and returns a vector with just one coefficient set to
> > > > + * 1.0.
> > > > + */
> > > >  SwsVector *sws_getIdentityVec(void);
> > > >  void sws_scaleVec(SwsVector *a, double scalar);
> > > >  void sws_normalizeVec(SwsVector *a, double height);
> > > 
> > > how many coeffs does this vector have?
[...]
> Index: ffmpeg/libswscale/swscale.h
> ===================================================================
> --- ffmpeg.orig/libswscale/swscale.h	2009-02-11 01:52:26.000000000 +0100
> +++ ffmpeg/libswscale/swscale.h	2009-02-11 01:54:24.000000000 +0100
> @@ -141,6 +141,11 @@
>   * with the same value \p c.
>   */
>  SwsVector *sws_getConstVec(double c, int length);
> +
> +/**
> + * Allocates and returns a vector with just one coefficient, with
> + * value 1.0.
> + */
>  SwsVector *sws_getIdentityVec(void);
>  
>  /**

ok

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Frequently ignored awnser#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090211/c071a54f/attachment.pgp>



More information about the ffmpeg-devel mailing list