Commit 796b1e94 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix small copy & paste mistake. It had no effect, but was wrong.

parent 67ddda12
...@@ -199,7 +199,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -199,7 +199,7 @@ static int Create( vlc_object_t *p_this )
p_vout->pf_control = Control; p_vout->pf_control = Control;
/* Does the framebuffer uses hw acceleration? */ /* Does the framebuffer uses hw acceleration? */
p_sys->b_hw_accel = p_sys->b_tty = var_CreateGetBool( p_vout, "fb-hw-accel" ); p_sys->b_hw_accel = var_CreateGetBool( p_vout, "fb-hw-accel" );
/* Set tty and fb devices */ /* Set tty and fb devices */
p_sys->i_tty = 0; /* 0 == /dev/tty0 == current console */ p_sys->i_tty = 0; /* 0 == /dev/tty0 == current console */
......
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