summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/aspect.h1
1 files changed, 1 insertions, 0 deletions
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 */