Mercurial > libavcodec.hg
changeset 9606:31090f08314e libavcodec
cosmetics: indentation after last commit
author | jbr |
---|---|
date | Tue, 05 May 2009 23:39:10 +0000 |
parents | 93029f1a4c14 |
children | 6d3d3df92a4e |
files | ac3dec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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");