From 6e695dc64f0310745a32e2399a955fbf1368cd1a Mon Sep 17 00:00:00 2001 From: bircoph Date: Wed, 13 May 2009 15:22:13 +0000 Subject: Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/specrec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libfaad2/specrec.c') diff --git a/libfaad2/specrec.c b/libfaad2/specrec.c index d4d600916f..da28b70390 100644 --- a/libfaad2/specrec.c +++ b/libfaad2/specrec.c @@ -606,10 +606,10 @@ static uint8_t quant_to_spec(NeAACDecHandle hDecoder, wb = wa + bin; spec_data[wb+0] = iquant(quant_data[k+0], tab, &error) * scf; - spec_data[wb+1] = iquant(quant_data[k+1], tab, &error) * scf; - spec_data[wb+2] = iquant(quant_data[k+2], tab, &error) * scf; + spec_data[wb+1] = iquant(quant_data[k+1], tab, &error) * scf; + spec_data[wb+2] = iquant(quant_data[k+2], tab, &error) * scf; spec_data[wb+3] = iquant(quant_data[k+3], tab, &error) * scf; - + #else real_t iq0 = iquant(quant_data[k+0], tab, &error); real_t iq1 = iquant(quant_data[k+1], tab, &error); -- cgit v1.2.3