summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-12 00:42:30 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-12 00:42:30 +0000
commitb6f597d7fec5f3ab7d720c9787092a2690e3dfa3 (patch)
treec3b4ee83d7fa50ae748b0e64251fddfa4b342507 /help_mp.h
parentea10512b28b42654956af52dee72926272825578 (diff)
downloadmpv-b6f597d7fec5f3ab7d720c9787092a2690e3dfa3.tar.bz2
mpv-b6f597d7fec5f3ab7d720c9787092a2690e3dfa3.tar.xz
added osd key and fullscreen opts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@374 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp.h')
-rw-r--r--help_mp.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/help_mp.h b/help_mp.h
index ced8287928..af146c0fdf 100644
--- a/help_mp.h
+++ b/help_mp.h
@@ -29,13 +29,8 @@ static char* help_text=
" -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n"
" -fps <value> force frame rate (if value is wrong in the header)\n"
" -mc <s/5f> 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 <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n"
"\n"
" Keys:\n"
@@ -44,4 +39,5 @@ static char* help_text=
" 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";