diff libvo/video_out.c @ 36186:3b15983f5e48

Add options to determine where borders will be added when adjusting for aspect.
author reimar
date Sat, 25 May 2013 06:54:41 +0000
parents 94979f661d38
children 09b2e3d9f51b
line wrap: on
line diff
--- a/libvo/video_out.c	Fri May 24 14:20:19 2013 +0000
+++ b/libvo/video_out.c	Sat May 25 06:54:41 2013 +0000
@@ -65,6 +65,8 @@
 int vo_fs = 0;
 int vo_fsmode = 0;
 float vo_panscan = 0.0f;
+float vo_border_pos_x = 0.5;
+float vo_border_pos_y = 0.5;
 int vo_rotate;
 int vo_ontop = 0;
 int vo_adapter_num=0;