comparison 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
comparison
equal deleted inserted replaced
36185:4cdc07440a68 36186:3b15983f5e48
63 int vo_doublebuffering = 1; 63 int vo_doublebuffering = 1;
64 int vo_vsync = 0; 64 int vo_vsync = 0;
65 int vo_fs = 0; 65 int vo_fs = 0;
66 int vo_fsmode = 0; 66 int vo_fsmode = 0;
67 float vo_panscan = 0.0f; 67 float vo_panscan = 0.0f;
68 float vo_border_pos_x = 0.5;
69 float vo_border_pos_y = 0.5;
68 int vo_rotate; 70 int vo_rotate;
69 int vo_ontop = 0; 71 int vo_ontop = 0;
70 int vo_adapter_num=0; 72 int vo_adapter_num=0;
71 int vo_refresh_rate=0; 73 int vo_refresh_rate=0;
72 int vo_keepaspect=1; 74 int vo_keepaspect=1;