[vlc-devel] commit: libvlc: Fix video-title-position values. (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Jul 6 21:38:26 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Jul 6 21:40:40 2008 +0200| [9892f2d04ea1516bfda5dbd48adef2a26498da20]
libvlc: Fix video-title-position values.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9892f2d04ea1516bfda5dbd48adef2a26498da20
---
src/libvlc-module.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 8d69a81..000b693 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1512,11 +1512,10 @@ vlc_module_begin();
VIDEO_TITLE_TIMEOUT_LONGTEXT, false );
add_integer( "video-title-position", 8, NULL, VIDEO_TITLE_POSITION_TEXT,
VIDEO_TITLE_POSITION_LONGTEXT, false );
+ change_integer_list( pi_pos_values, ppsz_pos_descriptions, 0 );
// autohide after 3s
add_integer( "mouse-hide-timeout", 3000, NULL, MOUSE_HIDE_TIMEOUT_TEXT,
MOUSE_HIDE_TIMEOUT_LONGTEXT, false );
- change_integer_list( pi_pos_values, ppsz_pos_descriptions, 0 );
-
set_section( N_("Snapshot") , NULL );
add_directory( "snapshot-path", NULL, NULL, SNAP_PATH_TEXT,
SNAP_PATH_LONGTEXT, false );
More information about the vlc-devel
mailing list