[vlc-commits] commit: Fixed deinterlacer mode configuration (vout). (Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Jul 11 19:57:21 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 11 19:02:37 2010 +0200| [62f5a01be5f660c780936a21ab27bcf7a55a0883] | committer: Laurent Aimar
Fixed deinterlacer mode configuration (vout).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62f5a01be5f660c780936a21ab27bcf7a55a0883
---
src/video_output/interlacing.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c
index c25c08b..0bdded9 100644
--- a/src/video_output/interlacing.c
+++ b/src/video_output/interlacing.c
@@ -181,6 +181,7 @@ static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd,
/* */
char *psz_old = var_CreateGetString( p_vout, "sout-deinterlace-mode" );
+ var_SetString( p_vout, "sout-deinterlace-mode", psz_mode );
msg_Dbg( p_vout, "deinterlace %d, mode %s, is_needed %d", i_deinterlace, psz_mode, is_needed );
if( i_deinterlace == 0 || ( i_deinterlace == -1 && !is_needed ) )
More information about the vlc-commits
mailing list