Commit 75674fbf authored by Laurent Aimar's avatar Laurent Aimar

Fixed a typo after auto deinterlace.

parent f61a5e8e
...@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout ) ...@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
if( i_deinterlace < 0 ) if( i_deinterlace < 0 )
i_deinterlace = -1; i_deinterlace = -1;
p_vout->p->b_picture_interlaced == is_needed; p_vout->p->b_picture_interlaced = is_needed;
/* */ /* */
val.psz_string = psz_deinterlace ? psz_deinterlace : p_optm->orig.psz; val.psz_string = psz_deinterlace ? psz_deinterlace : p_optm->orig.psz;
......
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