From 98a7135e6e679e6a12bd2a0b774d8c34a0dde7f9 Mon Sep 17 00:00:00 2001 From: jbr Date: Sun, 27 Sep 2009 04:55:37 +0000 Subject: [PATCH] Cosmetics: Do some basic pretty-printing. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20042 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/ac3.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index d7c96f26fd..4b4cba5cf9 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -101,7 +101,7 @@ void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, int bin, band; /* exponent mapping to PSD */ - for(bin=start;binfloor, ff_ac3_bap_tab, bap); @@ -277,10 +277,11 @@ av_cold void ac3_common_init(void) /* compute bndtab and masktab from bandsz */ k = 0; l = 0; - for(i=0;i<50;i++) { + for (i = 0; i < 50; i++) { band_start_tab[i] = l; v = ff_ac3_critical_band_size_tab[i]; - for(j=0;j