~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to gst/audioresample/gstaudioresample.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-04-27 15:27:37 UTC
  • mfrom: (11.7.11 upstream)
  • mto: (33.1.9 sid)
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: james.westby@ubuntu.com-20110427152737-zccyocuk1ftufq5f
Tags: 0.10.32.3-1
New upstream pre-release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1464
1464
static gboolean
1465
1465
_benchmark_int_float (SpeexResamplerState * st)
1466
1466
{
1467
 
  gint16 in[BENCHMARK_SIZE] = { 0, }, out[BENCHMARK_SIZE / 2];
 
1467
  gint16 in[BENCHMARK_SIZE] = { 0, }, G_GNUC_UNUSED out[BENCHMARK_SIZE / 2];
1468
1468
  gfloat in_tmp[BENCHMARK_SIZE], out_tmp[BENCHMARK_SIZE / 2];
1469
1469
  gint i;
1470
1470
  guint32 inlen = BENCHMARK_SIZE, outlen = BENCHMARK_SIZE / 2;