[vlc-commits] zoom is a float
Rémi Denis-Courmont
git at videolan.org
Sat May 25 10:07:32 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 25 11:07:24 2013 +0300| [d27078c018c8f79ea6da689b26cf1d799cd43059] | committer: Rémi Denis-Courmont
zoom is a float
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d27078c018c8f79ea6da689b26cf1d799cd43059
---
src/libvlc-module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index f07f55b..33affa6 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1605,7 +1605,7 @@ vlc_module_begin ()
VIDEO_TITLE_LONGTEXT, true )
add_integer( "align", 0, ALIGN_TEXT, ALIGN_LONGTEXT, true )
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,
DEINTERLACE_TEXT, DEINTERLACE_LONGTEXT, false )
change_integer_list( pi_deinterlace, ppsz_deinterlace_text )
More information about the vlc-commits
mailing list