diff mpegvideo_xvmc.c @ 8918:b27254b4f633 libavcodec

Cosmetics. Vertical align.
author iive
date Sun, 15 Feb 2009 10:15:02 +0000
parents 422a9dbebb53
children baee840662af
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Sun Feb 15 10:14:16 2009 +0000
+++ b/mpegvideo_xvmc.c	Sun Feb 15 10:15:02 2009 +0000
@@ -96,8 +96,8 @@
 
     render->picture_structure = s->picture_structure;
     render->flags             = s->first_field ? 0 : XVMC_SECOND_FIELD;
-    render->p_future_surface = NULL;
-    render->p_past_surface   = NULL;
+    render->p_future_surface  = NULL;
+    render->p_past_surface    = NULL;
 
     switch(s->pict_type) {
         case  FF_I_TYPE: