[FFmpeg-cvslog] r8876 - trunk/libavcodec/dca.c

jbr subversion
Wed May 2 22:42:44 CEST 2007


Author: jbr
Date: Wed May  2 22:42:44 2007
New Revision: 8876

Log:
cosmetics: indention after last commit

Modified:
   trunk/libavcodec/dca.c

Modified: trunk/libavcodec/dca.c
==============================================================================
--- trunk/libavcodec/dca.c	(original)
+++ trunk/libavcodec/dca.c	Wed May  2 22:42:44 2007
@@ -524,10 +524,10 @@ static int dca_subframe_header(DCAContex
     /* Stereo downmix coefficients */
     if (s->prim_channels > 2) {
         if(s->downmix) {
-        for (j = 0; j < s->prim_channels; j++) {
-            s->downmix_coef[j][0] = get_bits(&s->gb, 7);
-            s->downmix_coef[j][1] = get_bits(&s->gb, 7);
-        }
+            for (j = 0; j < s->prim_channels; j++) {
+                s->downmix_coef[j][0] = get_bits(&s->gb, 7);
+                s->downmix_coef[j][1] = get_bits(&s->gb, 7);
+            }
         } else {
             int am = s->amode & DCA_CHANNEL_MASK;
             for (j = 0; j < s->prim_channels; j++) {




More information about the ffmpeg-cvslog mailing list