diff options
Diffstat (limited to 'apps/codecs/libfaad/sbr_dct.c')
| -rw-r--r-- | apps/codecs/libfaad/sbr_dct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/sbr_dct.c b/apps/codecs/libfaad/sbr_dct.c index f471745..f22a24a 100644 --- a/apps/codecs/libfaad/sbr_dct.c +++ b/apps/codecs/libfaad/sbr_dct.c @@ -1535,7 +1535,7 @@ const uint32_t dct4_revtab[32] ICONST_ATTR = { x_im = imag_part; \ tmp = MUL_C(x_re + x_im, tab[tabidx++]); \ out1 = MUL_C(x_re , tab[tabidx++]) + tmp; \ - out2 = MUL_C(x_im , tab[tabidx++]) + tmp; \ + out2 = MUL_C(x_im , tab[tabidx++]) + tmp; /* size 64 only! */ void dct4_kernel(real_t *real, real_t *imag) |