Commit d27078c0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

zoom is a float

parent 5e340bc1
...@@ -1605,7 +1605,7 @@ vlc_module_begin () ...@@ -1605,7 +1605,7 @@ vlc_module_begin ()
VIDEO_TITLE_LONGTEXT, true ) VIDEO_TITLE_LONGTEXT, true )
add_integer( "align", 0, ALIGN_TEXT, ALIGN_LONGTEXT, true ) add_integer( "align", 0, ALIGN_TEXT, ALIGN_LONGTEXT, true )
change_integer_list( pi_align_values, ppsz_align_descriptions ) change_integer_list( pi_align_values, ppsz_align_descriptions )
add_float( "zoom", 1, ZOOM_TEXT, ZOOM_LONGTEXT, true ) add_float( "zoom", 1., ZOOM_TEXT, ZOOM_LONGTEXT, true )
add_integer( "deinterlace", 0, add_integer( "deinterlace", 0,
DEINTERLACE_TEXT, DEINTERLACE_LONGTEXT, false ) DEINTERLACE_TEXT, DEINTERLACE_LONGTEXT, false )
change_integer_list( pi_deinterlace, ppsz_deinterlace_text ) change_integer_list( pi_deinterlace, ppsz_deinterlace_text )
......
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