summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libatrac/atrac3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c
index 9ea2be8775..dd00224e48 100644
--- a/apps/codecs/libatrac/atrac3.c
+++ b/apps/codecs/libatrac/atrac3.c
@@ -90,6 +90,7 @@ static channel_unit channel_units[2];
90 int32_t *inhi, 90 int32_t *inhi,
91 unsigned int nIn) 91 unsigned int nIn)
92 { 92 {
93 uint32_t i;
93 for(i=0; i<nIn; i+=2){ 94 for(i=0; i<nIn; i+=2){
94 p3[2*i+0] = inlo[i ] + inhi[i ]; 95 p3[2*i+0] = inlo[i ] + inhi[i ];
95 p3[2*i+1] = inlo[i ] - inhi[i ]; 96 p3[2*i+1] = inlo[i ] - inhi[i ];