summaryrefslogtreecommitdiffstats
path: root/libvo/aspect.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-27 18:36:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-27 18:36:51 +0000
commit6765091bfac7782c0ef814f5983f4b92cccc3748 (patch)
treef9bca13607f89086a4a301d3189201ea4a3a0a1c /libvo/aspect.h
parent26d8e6a696bbce015966e7a3c69ebc14aa38f08b (diff)
downloadmpv-6765091bfac7782c0ef814f5983f4b92cccc3748.tar.bz2
mpv-6765091bfac7782c0ef814f5983f4b92cccc3748.tar.xz
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29566 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/aspect.h')
-rw-r--r--libvo/aspect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/aspect.h b/libvo/aspect.h
index 268153987c..0654d86c9f 100644
--- a/libvo/aspect.h
+++ b/libvo/aspect.h
@@ -26,6 +26,7 @@ extern float vo_panscan_amount;
void panscan_init(void);
void panscan_calc(void);
+void panscan_calc_windowed(void);
void aspect_save_orig(int orgw, int orgh);