[MPlayer-cvslog] r29392 - trunk/libvo/geometry.c
reimar
subversion at mplayerhq.hu
Fri Jun 26 15:41:01 CEST 2009
Author: reimar
Date: Fri Jun 26 15:41:01 2009
New Revision: 29392
Log:
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
Modified:
trunk/libvo/geometry.c
Modified: trunk/libvo/geometry.c
==============================================================================
--- trunk/libvo/geometry.c Fri Jun 26 15:34:40 2009 (r29391)
+++ trunk/libvo/geometry.c Fri Jun 26 15:41:01 2009 (r29392)
@@ -39,7 +39,7 @@ int geometry(int *xpos, int *ypos, int *
{
int width, height, xoff, yoff, xper, yper;
- width = height = xoff = yoff = xper = yper = INT_MIN;
+ RESET_GEOMETRY
if(vo_geometry != NULL) {
if(sscanf(vo_geometry, "%ix%i+%i+%i", &width, &height, &xoff, &yoff) != 4 )
More information about the MPlayer-cvslog
mailing list