[FFmpeg-devel] [PATCH] atrac common split

Diego Biurrun diego
Tue Sep 8 01:53:38 CEST 2009


On Mon, Sep 07, 2009 at 09:21:01PM +0200, Benjamin Larsson wrote:
> $topic, with svn copy
> 
> --- libavcodec/atrac.c	(revision 19791)
> +++ libavcodec/atrac.c	(working copy)
> @@ -37,99 +29,43 @@
> +static const float qmf_48tap_half[24] = {
> +   -0.00001461907, -0.00009205479, -0.000056157569, 0.00030117269,
> +    0.0002422519,-0.00085293897, -0.0005205574, 0.0020340169,
> +    0.00078333891, -0.0042153862, -0.00075614988, 0.0078402944,
> +   -0.000061169922, -0.01344162, 0.0024626821, 0.021736089,
> +   -0.007801671, -0.034090221, 0.01880949, 0.054326009,
> +   -0.043596379, -0.099384367, 0.13207909, 0.46424159
> +};

You could prettyprint this while you're at it.

Diego



More information about the ffmpeg-devel mailing list