From fc18c1cf014e7f0ab51cb9f104d346621df01433 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Thu, 9 Jul 2009 12:04:45 +0200 Subject: [PATCH] projectm: fix typo. --- modules/visualization/projectm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/visualization/projectm.cpp b/modules/visualization/projectm.cpp index 1c011a5024..60c2052466 100644 --- a/modules/visualization/projectm.cpp +++ b/modules/visualization/projectm.cpp @@ -122,7 +122,7 @@ static int initOpenGL( projectm_thread_t *p_thread ) /* Initialize the opengl object */ video_format_Setup( &p_thread->p_opengl->fmt_in, VLC_CODEC_RGB32, - 640, 460, 1 ); + p_thread->i_width, p_thread->i_height, 1 ); p_thread->p_opengl->i_window_width = p_thread->i_width; p_thread->p_opengl->i_window_height = p_thread->i_height; p_thread->p_opengl->render.i_width = p_thread->i_width; -- 2.39.5