summaryrefslogtreecommitdiff
path: root/libavcodec/atrac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/atrac.c')
-rw-r--r--libavcodec/atrac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 2c39aade22..da6cd305fb 100644
--- a/libavcodec/atrac.c
+++ b/libavcodec/atrac.c
@@ -117,4 +117,3 @@ void atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float
/* Update the delay buffer. */
memcpy(delayBuf, temp + nIn*2, 46*sizeof(float));
}
-