OSDN Git Service

Reindent after channel layout commit from yesterday
authorRobert Swain <robert.swain@gmail.com>
Sat, 3 Oct 2009 14:59:40 +0000 (14:59 +0000)
committerRobert Swain <robert.swain@gmail.com>
Sat, 3 Oct 2009 14:59:40 +0000 (14:59 +0000)
Originally committed as revision 20156 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis_dec.c

index 3dbd4b9..0ed3ce6 100644 (file)
@@ -1649,8 +1649,8 @@ static int vorbis_decode_frame(AVCodecContext *avccontext,
     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 +