diff i386/dsputil_mmx.c @ 5278:ef85411bb7e8 libavcodec

cosmetics: indentation
author aurel
date Tue, 10 Jul 2007 20:27:50 +0000
parents 7b3fcb7c61ce
children e9a6215f4e3a
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Tue Jul 10 20:23:08 2007 +0000
+++ b/i386/dsputil_mmx.c	Tue Jul 10 20:27:50 2007 +0000
@@ -3349,8 +3349,8 @@
 #endif //CONFIG_ENCODERS
 
         if (ENABLE_ANY_H263) {
-        c->h263_v_loop_filter= h263_v_loop_filter_mmx;
-        c->h263_h_loop_filter= h263_h_loop_filter_mmx;
+            c->h263_v_loop_filter= h263_v_loop_filter_mmx;
+            c->h263_h_loop_filter= h263_h_loop_filter_mmx;
         }
         c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx;
         c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx;