changeset 29350:a5c49ea5059a

Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
author reimar
date Fri, 26 Jun 2009 13:41:01 +0000
parents 26347e1dc763
children d58878f243ea
files libvo/geometry.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/geometry.c	Fri Jun 26 13:34:40 2009 +0000
+++ b/libvo/geometry.c	Fri Jun 26 13:41:01 2009 +0000
@@ -39,7 +39,7 @@
 {
         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 )