# HG changeset patch # User superdump # Date 1254581980 0 # Node ID 24a069f830494c54fdb4e570c013d14002ca8fe6 # Parent c8edd20330381b622ec9e5d0d90199365509383f Reindent after channel layout commit from yesterday diff -r c8edd2033038 -r 24a069f83049 vorbis_dec.c --- 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 +