summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-07-10 14:04:41 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-07-10 14:04:41 +0000
commitc636a67577b49a714e4f5919ab1073b79979de37 (patch)
tree1cb1e305ecf429495665aac23e98d1727ed46d11 /src/video_out/video_out_xv.c
parentb1fcd11f4bdc65521c4d7b6da7aae7d074f74061 (diff)
downloadxine-lib-c636a67577b49a714e4f5919ab1073b79979de37.tar.gz
xine-lib-c636a67577b49a714e4f5919ab1073b79979de37.tar.bz2
handle freshly introduced pan&scan aspect like anamorphic aspect
CVS patchset: 2247 CVS date: 2002/07/10 14:04:41
Diffstat (limited to 'src/video_out/video_out_xv.c')
-rw-r--r--src/video_out/video_out_xv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index f44175dcb..ad685093f 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.121 2002/06/21 19:26:57 miguelfreitas Exp $
+ * $Id: video_out_xv.c,v 1.122 2002/07/10 14:04:42 mroi Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -630,6 +630,7 @@ static void xv_compute_ideal_size (xv_driver_t *this) {
case ASPECT_AUTO:
switch (this->delivered_ratio_code) {
case XINE_ASPECT_RATIO_ANAMORPHIC: /* anamorphic */
+ case XINE_ASPECT_RATIO_PAN_SCAN: /* we display pan&scan as widescreen */
desired_ratio = 16.0 /9.0;
break;
case XINE_ASPECT_RATIO_211_1: /* 2.11:1 */