Commit 422908a7 authored by Joseph Tulou's avatar Joseph Tulou Committed by Jean-Baptiste Kempf

Galaktos: compile fix and variable unused removal

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f04686fc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment