diff arm/dsputil_init_armv6.c @ 10362:838b42ccd65e libavcodec

ARM: cosmetics
author mru
date Sun, 04 Oct 2009 13:13:08 +0000
parents 48be79afc72d
children e55d957ef1a2
line wrap: on
line diff
--- a/arm/dsputil_init_armv6.c	Sun Oct 04 13:13:06 2009 +0000
+++ b/arm/dsputil_init_armv6.c	Sun Oct 04 13:13:08 2009 +0000
@@ -29,9 +29,9 @@
 {
     if (!avctx->lowres && (avctx->idct_algo == FF_IDCT_AUTO ||
                            avctx->idct_algo == FF_IDCT_SIMPLEARMV6)) {
-        c->idct_put= ff_simple_idct_put_armv6;
-        c->idct_add= ff_simple_idct_add_armv6;
-        c->idct    = ff_simple_idct_armv6;
-        c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;
+        c->idct_put              = ff_simple_idct_put_armv6;
+        c->idct_add              = ff_simple_idct_add_armv6;
+        c->idct                  = ff_simple_idct_armv6;
+        c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
     }
 }