Author: superdump
Date: Wed Jun  4 19:55:27 2008
New Revision: 2387

Log:
Reindent after last commit


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Wed Jun  4 19:55:27 2008
@@ -1242,8 +1242,8 @@ static int decode_spectral_data(AACConte
                                 }
                             }
                         }else
-                        for (j = 0; j < dim; j++)
-                            icoef[coef_idx + j] *= ptr[j];
+                            for (j = 0; j < dim; j++)
+                                icoef[coef_idx + j] *= ptr[j];
                     }
                 }
             }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to