# HG changeset patch # User jbr # Date 1241566750 0 # Node ID 31090f08314eaa5643724f0887b5d0263ed82fe9 # Parent 93029f1a4c14413cc036c33737f71fe8c0b46591 cosmetics: indentation after last commit diff -r 93029f1a4c14 -r 31090f08314e ac3dec.c --- a/ac3dec.c Tue May 05 23:38:12 2009 +0000 +++ b/ac3dec.c Tue May 05 23:39:10 2009 +0000 @@ -1327,8 +1327,8 @@ /* decode the audio blocks */ channel_map = ff_ac3_dec_channel_map[s->output_mode & ~AC3_OUTPUT_LFEON][s->lfe_on]; - for (ch = 0; ch < s->out_channels; ch++) - output[ch] = s->output[channel_map[ch]]; + for (ch = 0; ch < s->out_channels; ch++) + output[ch] = s->output[channel_map[ch]]; for (blk = 0; blk < s->num_blocks; blk++) { if (!err && decode_audio_block(s, blk)) { av_log(avctx, AV_LOG_ERROR, "error decoding the audio block\n");