[FFmpeg-soc] [soc]: r1680 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Sat Dec 29 04:20:38 CET 2007
Author: jbr
Date: Sat Dec 29 04:20:38 2007
New Revision: 1680
Log:
cosmetics: indentation
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Sat Dec 29 04:20:38 2007
@@ -271,8 +271,8 @@ static void get_eac3_transform_coeffs_ch
s->transform_coeffs[ch], s->start_freq[ch], s->end_freq[ch],
&s->dith_state);
} else if (s->channel_uses_aht[ch] == 1) {
- get_transform_coeffs_aht_ch(s, ch);
- s->channel_uses_aht[ch] = -1; /* AHT info for this frame has been read - do not read again */
+ get_transform_coeffs_aht_ch(s, ch);
+ s->channel_uses_aht[ch] = -1; /* AHT info for this frame has been read - do not read again */
}
if (s->channel_uses_aht[ch]) {
idct_transform_coeffs_ch(s, ch, blk);
More information about the FFmpeg-soc
mailing list