Commit e7bb7ba3 authored by jbr's avatar jbr

cosmetics: indention after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e1d0a7d2
......@@ -524,10 +524,10 @@ static int dca_subframe_header(DCAContext * s)
/* Stereo downmix coefficients */
if (s->prim_channels > 2) {
if(s->downmix) {
for (j = 0; j < s->prim_channels; j++) {
s->downmix_coef[j][0] = get_bits(&s->gb, 7);
s->downmix_coef[j][1] = get_bits(&s->gb, 7);
}
for (j = 0; j < s->prim_channels; j++) {
s->downmix_coef[j][0] = get_bits(&s->gb, 7);
s->downmix_coef[j][1] = get_bits(&s->gb, 7);
}
} else {
int am = s->amode & DCA_CHANNEL_MASK;
for (j = 0; j < s->prim_channels; j++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment