From 4d053a65c0adac026c7673d34ca6410002caf159 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Wed, 3 Oct 2001 15:31:51 +0000 Subject: Simplified aspect() for the loss of some functionality to get ansi compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2056 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspect.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libvo/aspect.h') diff --git a/libvo/aspect.h b/libvo/aspect.h index c10d1ab41b..d16f196afd 100644 --- a/libvo/aspect.h +++ b/libvo/aspect.h @@ -2,14 +2,7 @@ #define __ASPECT_H /* Stuff for correct aspect scaling. */ -typedef struct { - int x; /* x,y starting coordinate */ - int y; /* of upper left corner */ - int w; /* width */ - int h; /* height */ -} rect_t; - -rect_t aspect(int srcw, int srch, int fitinw, int fitinh); +void aspect(int *srcw, int *srch, int fitinw, int fitinh); #endif -- cgit v1.2.3