]> git.sesse.net Git - ffmpeg/commitdiff
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines
authorOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 06:08:14 +0000 (06:08 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 06:08:14 +0000 (06:08 +0000)
cosmetic

Originally committed as revision 6477 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis_enc.c

index 2366840d56bebb3ded908bb4494c91d68f3c0dba..65da73bf4466d33c0e811de16c413c50f1e8bca7 100644 (file)
@@ -834,11 +834,11 @@ static void residue_encode(venc_context_t * venc, residue_t * rc, PutBitContext
                     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;