changeset 12276:39c24343b2a9

Fixed CRTC2 surface size message.
author syrjala
date Sun, 25 Apr 2004 13:55:54 +0000
parents 3bd70d9bebb7
children ad3a4af318f2
files libvo/vo_dfbmga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Sun Apr 25 13:40:53 2004 +0000
+++ b/libvo/vo_dfbmga.c	Sun Apr 25 13:55:54 2004 +0000
@@ -727,7 +727,7 @@
           mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 using %s buffering\n",
                   dlc.buffermode == DLBM_TRIPLE ? "triple" :
                   dlc.buffermode == DLBM_BACKVIDEO ? "double" : "single" );
-          mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 surface %dx%d %s\n", dlc.width, dlc.height, pixelformat_name( dlc.pixelformat ) );
+          mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 surface %dx%d %s\n", screen_width, screen_height, pixelformat_name( dlc.pixelformat ) );
      } else {
           use_spic      = 0;
      }