diff vorbis_enc.c @ 3872:9f99e471bf72 libavcodec

Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines cosmetic
author ods15
date Mon, 02 Oct 2006 06:08:14 +0000
parents 7fffd3ab056a
children 41bddab6a00b
line wrap: on
line diff
--- a/vorbis_enc.c	Mon Oct 02 06:08:11 2006 +0000
+++ b/vorbis_enc.c	Mon Oct 02 06:08:14 2006 +0000
@@ -834,11 +834,11 @@
                     assert(!(psize % book->ndimentions));
 
                     if (rc->type == 0) {
-                    for (k = 0; k < psize; k += book->ndimentions) {
-                        float * a = put_vector(book, pb, &buf[k]);
-                        int l;
-                        for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l];
-                    }
+                        for (k = 0; k < psize; k += book->ndimentions) {
+                            float * a = put_vector(book, pb, &buf[k]);
+                            int l;
+                            for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l];
+                        }
                     } else {
                         for (k = 0; k < psize; k += book->ndimentions) {
                             int dim = book->ndimentions, s = rc->begin + p * psize, l;