From 831a1180785a786272cdcefb71566a770bfb879e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 29 Jan 2014 13:12:59 +0100 Subject: Update dsputil- and SIMD-related comments to match reality more closely --- libavcodec/aacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacdec.c') diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index e25838fca0..4bdf52fc66 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -2529,7 +2529,7 @@ static void apply_dependent_coupling(AACContext *ac, const float gain = cce->coup.gain[index][idx]; for (group = 0; group < ics->group_len[g]; group++) { for (k = offsets[i]; k < offsets[i + 1]; k++) { - // XXX dsputil-ize + // FIXME: SIMDify dest[group * 128 + k] += gain * src[group * 128 + k]; } } -- cgit v1.2.3