comparison libfaad2/decoder.c @ 29264:e83eef58b30a

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.
author bircoph
date Wed, 13 May 2009 15:22:13 +0000
parents bc425ba00960
children 86888a4c406e
comparison
equal deleted inserted replaced
29263:0f1b5b68af32 29264:e83eef58b30a
463 463
464 #ifdef SBR_DEC 464 #ifdef SBR_DEC
465 if ((channels == DRMCH_MONO) || (channels == DRMCH_STEREO)) 465 if ((channels == DRMCH_MONO) || (channels == DRMCH_STEREO))
466 (*hDecoder)->sbr_present_flag = 0; 466 (*hDecoder)->sbr_present_flag = 0;
467 else 467 else
468 (*hDecoder)->sbr_present_flag = 1; 468 (*hDecoder)->sbr_present_flag = 1;
469 #endif 469 #endif
470 470
471 (*hDecoder)->fb = filter_bank_init((*hDecoder)->frameLength); 471 (*hDecoder)->fb = filter_bank_init((*hDecoder)->frameLength);
472 472
473 return 0; 473 return 0;
474 } 474 }