]> git.sesse.net Git - vlc/commitdiff
* mosaic call back help
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 6 Mar 2005 16:39:27 +0000 (16:39 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 6 Mar 2005 16:39:27 +0000 (16:39 +0000)
modules/control/rc.c

index 5292aa204bfc2fdc252026784d6729caffa3b3f7..33f6fee68dfa5b4dfbf3d07a71a5fccc3c06144c 100644 (file)
@@ -744,6 +744,18 @@ static void Run( intf_thread_t *p_intf )
                 msg_rc(_("| logo-position #. . . . . . . . relative position\n"));
                 msg_rc(_("| logo-transparency #. . . . . . . . .transparency\n"));
                 msg_rc(  "| \n");
+                msg_rc(_("| mosaic-alpha # . . . . . . . . . . . . . . alpha\n"));
+                msg_rc(_("| mosaic-height #. . . . . . . . . . . . . .height\n"));
+                msg_rc(_("| mosaic-width # . . . . . . . . . . . . . . width\n"));
+                msg_rc(_("| mosaic-xoffset # . . . .top left corner position\n"));
+                msg_rc(_("| mosaic-yoffset # . . . .top left corner position\n"));
+                msg_rc(_("| mosaic-vborder # . . . . . . . . vertical border\n"));
+                msg_rc(_("| mosaic-hborder # . . . . . . . horizontal border\n"));
+                msg_rc(_("| mosaic-position {0=auto,1=fixed} . . . .position\n"));
+                msg_rc(_("| mosaic-rows #. . . . . . . . . . .number of rows\n"));
+                msg_rc(_("| mosaic-cols #. . . . . . . . . . .number of cols\n"));
+                msg_rc(_("| mosaic-keep-aspect-ratio {0,1} . . .aspect ratio\n"));
+                msg_rc(  "| \n");
             }    
             msg_rc(_("| help . . . . . . . . . . . . . this help message\n"));
             msg_rc(_("| logout . . . . .  exit (if in socket connection)\n"));