Commit f0478213 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Baptiste Kempf

libvlc-module.c: set deinterlace option to automatic by

 default.
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent aea3c907
......@@ -1583,7 +1583,7 @@ vlc_module_begin ()
change_integer_list( pi_align_values, ppsz_align_descriptions )
add_float( "zoom", 1., ZOOM_TEXT, ZOOM_LONGTEXT, true )
change_safe()
add_integer( "deinterlace", 0,
add_integer( "deinterlace", -1,
DEINTERLACE_TEXT, DEINTERLACE_LONGTEXT, false )
change_integer_list( pi_deinterlace, ppsz_deinterlace_text )
change_safe()
......
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