[vlc-devel] commit: Galaktos: compile fix and variable unused removal (Joseph Tulou )
git version control
git at videolan.org
Mon Feb 2 03:50:31 CET 2009
vlc | branch: master | Joseph Tulou <brezhoneg1 at yahoo.fr> | Fri Jan 30 17:29:18 2009 +0100| [422908a78df6587cb3fabd083ec484a68f8c796b] | committer: Jean-Baptiste Kempf
Galaktos: compile fix and variable unused removal
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=422908a78df6587cb3fabd083ec484a68f8c796b
---
modules/visualization/galaktos/plugin.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/visualization/galaktos/plugin.c b/modules/visualization/galaktos/plugin.c
index 8afebce..285ae50 100644
--- a/modules/visualization/galaktos/plugin.c
+++ b/modules/visualization/galaktos/plugin.c
@@ -218,7 +218,6 @@ static void* Thread( vlc_object_t *p_this )
p_thread->p_opengl->render.i_width = p_thread->i_width;
p_thread->p_opengl->render.i_height = p_thread->i_width;
p_thread->p_opengl->render.i_aspect = VOUT_ASPECT_FACTOR;
- p_thread->p_opengl->b_scale = true;
p_thread->p_opengl->b_fullscreen = false;
p_thread->p_opengl->i_alignment = 0;
p_thread->p_opengl->fmt_in.i_sar_num = 1;
More information about the vlc-devel
mailing list