[FFmpeg-devel] [PATCH 2/2] Add SIPR decoder for 5k0, 6k5 and 8k5 modes

Diego Biurrun diego
Sun Jan 10 22:48:00 CET 2010


On Sun, Jan 10, 2010 at 04:43:18PM -0500, Vitor Sessak wrote:
>
> Now the patch that adds 16k support. I'm undecided if I should put this  
> code in a separated file...
>
> --- libavcodec/siprdata.h	(revision 21125)
> +++ libavcodec/siprdata.h	(working copy)
> @@ -24,6 +24,36 @@
> +
> +static const float gain_cb_16k[32] =
> +{

This is not a function, so keep the { on the same line, same below.

Diego



More information about the ffmpeg-devel mailing list