Commit e7dc3f63 authored by Laurent Aimar's avatar Laurent Aimar

Enabled AR change in deinterlace (typo).

parent e60805fe
...@@ -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