[FFmpeg-devel] [PATCH] Some documentation for swscale.h
Diego Biurrun
diego
Tue Feb 10 02:32:38 CET 2009
On Tue, Feb 10, 2009 at 01:19:03AM +0100, Stefano Sabatini wrote:
>
> --- ffmpeg.orig/libswscale/swscale.h 2009-02-10 00:45:12.000000000 +0100
> +++ ffmpeg/libswscale/swscale.h 2009-02-10 00:45:33.000000000 +0100
> @@ -149,6 +149,16 @@
>
> +/**
> + * Checks if context is valid or reallocs a new one instead.
The "or" is confusing. When does it realloc? In case the context is
valid or invalid?
> --- ffmpeg.orig/libswscale/swscale.h 2009-02-10 01:09:42.000000000 +0100
> +++ ffmpeg/libswscale/swscale.h 2009-02-10 01:11:45.000000000 +0100
> @@ -130,6 +130,11 @@
> +
> +/**
> + * Allocates and returns a vector with \p lenght coefficients, all
lengTH
Diego
More information about the ffmpeg-devel
mailing list