[FFmpeg-devel] [PATCH] Some documentation for swscale.h
Diego Biurrun
diego
Tue Feb 10 02:27:08 CET 2009
On Tue, Feb 10, 2009 at 01:41:43AM +0100, Stefano Sabatini wrote:
>
> Some more:
>
> --- ffmpeg.orig/libswscale/swscale.h 2009-02-10 01:29:25.000000000 +0100
> +++ ffmpeg/libswscale/swscale.h 2009-02-10 01:38:57.000000000 +0100
> @@ -131,8 +131,10 @@
> int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation);
>
> /**
> - * Returns a normalized Gaussian curve used to filter stuff
> - * quality=3 is high quality, lower is lower quality.
> + * Returns a normalized Gaussian curve used to filter.
Filter what?
> + * @param quality the quality of the Gaussian filter, a value of 3 is
> + * high quality, lower is lower quality.
Capitalize.
> --- ffmpeg.orig/libswscale/swscale.h 2009-02-10 01:33:52.000000000 +0100
> +++ ffmpeg/libswscale/swscale.h 2009-02-10 01:33:58.000000000 +0100
> @@ -114,6 +114,19 @@
>
> + * @param flags specify which algorithm and options to use for the rescaling
s/the//
Diego
More information about the ffmpeg-devel
mailing list