comparison ac3dec.c @ 7717:a781fc312ccc libavcodec

cosmetics: indentation
author jbr
date Thu, 28 Aug 2008 23:16:21 +0000
parents 6f4d3d307676
children 61e12905c9af
comparison
equal deleted inserted replaced
7716:6f4d3d307676 7717:a781fc312ccc
597 s->fixed_coeffs[ch][end] = 0; 597 s->fixed_coeffs[ch][end] = 0;
598 while(++end < 256); 598 while(++end < 256);
599 } 599 }
600 600
601 /* if any channel doesn't use dithering, zero appropriate coefficients */ 601 /* if any channel doesn't use dithering, zero appropriate coefficients */
602 remove_dithering(s); 602 remove_dithering(s);
603 } 603 }
604 604
605 /** 605 /**
606 * Stereo rematrixing. 606 * Stereo rematrixing.
607 * reference: Section 7.5.4 Rematrixing : Decoding Technique 607 * reference: Section 7.5.4 Rematrixing : Decoding Technique