Commit 1da159dc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Correct typo ( && 0 ) in a07d237e

parent 6e49c7d0
...@@ -474,7 +474,7 @@ static void Render ( vout_thread_t *p_vout, picture_t *p_pic ) ...@@ -474,7 +474,7 @@ static void Render ( vout_thread_t *p_vout, picture_t *p_pic )
p_sys->p_vout->fmt_in.i_visible_height /= 2; p_sys->p_vout->fmt_in.i_visible_height /= 2;
} }
if( p_vout->i_changes & VOUT_ASPECT_CHANGE && 0) if( p_vout->i_changes & VOUT_ASPECT_CHANGE )
{ {
p_vout->i_changes &= ~VOUT_ASPECT_CHANGE; p_vout->i_changes &= ~VOUT_ASPECT_CHANGE;
......
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