audioamplify: Don't declare a loop index static
authorKipp Cannon <kcannon@ligo.caltech.edu>
Sun, 21 Jun 2009 07:50:54 +0000 (09:50 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 21 Jun 2009 07:50:54 +0000 (09:50 +0200)
commitf80b62c3db332992e110589e8b5dfe732ff5ed46
tree09e73ca63bf55fbd554c8dd464565c386011c1bb
parentffe64fb93469b76eaf3df017f7c2baebe47e16e2
audioamplify: Don't declare a loop index static

The previous patch to add support for additional sample formats possibly
introduced a reentrancy bug:  a variable used for a loop index was declared
static.  This patch fixes that, and also adds a "/* *INDENT-ON* */" annotation
following the macro block.  (I don't know what the annotation is for, but the
adder, where I copied this from, has it).
gst/audiofx/audioamplify.c