changeset 25927:f4c83afa0683

Add aspect_fit declaration missing for w32_common.
author reimar
date Thu, 07 Feb 2008 21:04:17 +0000
parents 1b30560b5b25
children bf21649e15c9
files libvo/aspect.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aspect.h	Wed Feb 06 12:39:59 2008 +0000
+++ b/libvo/aspect.h	Thu Feb 07 21:04:17 2008 +0000
@@ -19,5 +19,6 @@
 #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 */