[MPlayer-cvslog] r31379 - trunk/libvo/video_out.c

reimar subversion at mplayerhq.hu
Sun Jun 13 13:38:18 CEST 2010


Author: reimar
Date: Sun Jun 13 13:38:18 2010
New Revision: 31379

Log:
Indentation fix.

Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Sun Jun 13 13:34:14 2010	(r31378)
+++ trunk/libvo/video_out.c	Sun Jun 13 13:38:18 2010	(r31379)
@@ -351,16 +351,16 @@ int config_video_out(const vo_functions_
   aspect_save_prescale(d_width,d_height);
 
   if (vo->control(VOCTRL_UPDATE_SCREENINFO, NULL) == VO_TRUE) {
-  aspect(&d_width,&d_height,A_NOZOOM);
-  vo_dx = (int)(vo_screenwidth - d_width) / 2;
-  vo_dy = (int)(vo_screenheight - d_height) / 2;
-  geometry(&vo_dx, &vo_dy, &d_width, &d_height,
-           vo_screenwidth, vo_screenheight);
-  geometry_xy_changed |= xinerama_screen >= 0;
-  vo_dx += xinerama_x;
-  vo_dy += xinerama_y;
-  vo_dwidth = d_width;
-  vo_dheight = d_height;
+    aspect(&d_width,&d_height,A_NOZOOM);
+    vo_dx = (int)(vo_screenwidth - d_width) / 2;
+    vo_dy = (int)(vo_screenheight - d_height) / 2;
+    geometry(&vo_dx, &vo_dy, &d_width, &d_height,
+             vo_screenwidth, vo_screenheight);
+    geometry_xy_changed |= xinerama_screen >= 0;
+    vo_dx += xinerama_x;
+    vo_dy += xinerama_y;
+    vo_dwidth = d_width;
+    vo_dheight = d_height;
   }
 
   return vo->config(width, height, d_width, d_height, flags, title, format);


More information about the MPlayer-cvslog mailing list