]> git.sesse.net Git - vlc/commitdiff
libvlc: Fix video-title-position values.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 19:40:40 +0000 (21:40 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 19:40:40 +0000 (21:40 +0200)
src/libvlc-module.c

index 8d69a81b7e89f597d5a2bf1dd45c9f86220231f0..000b6935539285b26854495b6b4be9b0e1f4113e 100644 (file)
@@ -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 );