[vlc-devel] commit: Fixed a typo after auto deinterlace. (Laurent Aimar )
git version control
git at videolan.org
Tue Oct 6 23:35:28 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Oct 6 23:17:34 2009 +0200| [75674fbf0e63a8ab71d3cd0cb1858e333891c638] | committer: Laurent Aimar
Fixed a typo after auto deinterlace.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75674fbf0e63a8ab71d3cd0cb1858e333891c638
---
src/video_output/video_output.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 7d9b4ba..566126b 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
if( i_deinterlace < 0 )
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;
More information about the vlc-devel
mailing list