# HG changeset patch # User arpi_esp # Date 987036150 0 # Node ID 74272de9c7c325d02107d1556b3a619b54a8e47c # Parent 1e57ff8954199b61d800eadda7b452a3e5928d3e added osd key and fullscreen opts diff -r 1e57ff895419 -r 74272de9c7c3 help_mp.h --- a/help_mp.h Thu Apr 12 00:41:22 2001 +0000 +++ b/help_mp.h Thu Apr 12 00:42:30 2001 +0000 @@ -29,13 +29,8 @@ " -vid select video channel [MPG: 0-15 AVI: -- ]\n" " -fps force frame rate (if value is wrong in the header)\n" " -mc maximum sync correction per 5 frames (in seconds)\n" -" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n" -#ifdef X11_FULLSCREEN -" -fs fullscreen playing (only gl, xmga and xv drivers)\n" -#endif -#ifdef HAVE_XF86VM -" -vm Use XF86VidMode for pseudo-scaling with x11 driver\n (requires -fs)\n" -#endif +//" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n" +" -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n" " -x -y scale image to * resolution [if scalable!]\n" "\n" " Keys:\n" @@ -44,4 +39,5 @@ " p or SPACE pause movie (press any key to continue)\n" " q or ESC stop playing and quit program\n" " + or - adjust audio delay by +/- 0.1 second\n" +" o toggle OSD: none / seek / seek+timer\n" "\n";