Mercurial > libavcodec.hg
changeset 10354:24a069f83049 libavcodec
Reindent after channel layout commit from yesterday
author | superdump |
---|---|
date | Sat, 03 Oct 2009 14:59:40 +0000 |
parents | c8edd2033038 |
children | 47245bb9e85f |
files | vorbis_dec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_dec.c Sat Oct 03 10:01:23 2009 +0000 +++ b/vorbis_dec.c Sat Oct 03 14:59:40 2009 +0000 @@ -1649,8 +1649,8 @@ AV_DEBUG("parsed %d bytes %d bits, returned %d samples (*ch*bits) \n", get_bits_count(gb)/8, get_bits_count(gb)%8, len); if (vc->audio_channels > 6) { - for (i = 0; i < vc->audio_channels; i++) - channel_ptrs[i] = vc->channel_floors + i * len; + for (i = 0; i < vc->audio_channels; i++) + channel_ptrs[i] = vc->channel_floors + i * len; } else { for (i = 0; i < vc->audio_channels; i++) channel_ptrs[i] = vc->channel_floors +