From eeb99c1c1413bb1d51d84ce9de4d21c0dec6fda2 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 26 Jun 2009 13:41:01 +0000 Subject: Use the RESET_GEOMETRY macro in one more place instead of duplicating its code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29392 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/geometry.c b/libvo/geometry.c index 393f575f1c..e8f0826bf9 100644 --- a/libvo/geometry.c +++ b/libvo/geometry.c @@ -39,7 +39,7 @@ int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh) { 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 ) -- cgit v1.2.3