[FFmpeg-soc] [soc]: r3726 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Mon Sep 8 01:56:25 CEST 2008
Author: jbr
Date: Mon Sep 8 01:56:25 2008
New Revision: 3726
Log:
cosmetics: indentation
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Mon Sep 8 01:56:25 2008
@@ -522,7 +522,7 @@ int ff_eac3_parse_header(AC3DecodeContex
}
/* spectral extension attenuation data */
- for (ch = 1; ch <= s->fbw_channels; ch++) {
+ for (ch = 1; ch <= s->fbw_channels; ch++) {
if (parse_spx_atten_data && get_bits1(gbc))
s->spx_atten_code[ch] = get_bits(gbc, 5);
else
More information about the FFmpeg-soc
mailing list