From 398e1c1595e23143706f342b5b133b842e595b2f Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 7 Feb 2008 21:04:17 +0000 Subject: Add aspect_fit declaration missing for w32_common. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25959 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/aspect.h b/libvo/aspect.h index 9c4157cb38..cc1d0a8802 100644 --- a/libvo/aspect.h +++ b/libvo/aspect.h @@ -19,5 +19,6 @@ void aspect_save_screenres(int scrw, int scrh); #define A_NOZOOM 0 void aspect(int *srcw, int *srch, int zoom); +void aspect_fit(int *srcw, int *srch, int fitw, int fith); #endif /* ASPECT_H */ -- cgit v1.2.3