[FFmpeg-cvslog] r17319 - trunk/libavcodec/mpegvideo_xvmc.c

iive subversion
Sun Feb 15 11:15:02 CET 2009


Author: iive
Date: Sun Feb 15 11:15:02 2009
New Revision: 17319

Log:
Cosmetics. Vertical align.

Modified:
   trunk/libavcodec/mpegvideo_xvmc.c

Modified: trunk/libavcodec/mpegvideo_xvmc.c
==============================================================================
--- trunk/libavcodec/mpegvideo_xvmc.c	Sun Feb 15 11:14:16 2009	(r17318)
+++ trunk/libavcodec/mpegvideo_xvmc.c	Sun Feb 15 11:15:02 2009	(r17319)
@@ -96,8 +96,8 @@ int ff_xvmc_field_start(MpegEncContext*s
 
     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:




More information about the ffmpeg-cvslog mailing list