[FFmpeg-devel] [PATCH] Hold fft.c to the same standards being applied to new code
Diego Biurrun
diego
Wed Jan 21 00:13:13 CET 2009
On Tue, Jan 20, 2009 at 05:35:46PM -0500, Alex Converse wrote:
> Attached are two patches to make fft.c comply with the same standards
> being applied to new code (RDFT)
Both look OK, just a small nit:
> --- a/libavcodec/dsputil.h
> +++ b/libavcodec/dsputil.h
> @@ -683,10 +688,17 @@ void ff_fft_calc_3dn(FFTContext *s, FFTComplex *z);
>
> +/**
> + * Do the permutation needed BEFORE calling ff_fft_calc()
Add a period while you're at it.
Diego
More information about the ffmpeg-devel
mailing list