changeset 6023:4955c681af69

typo
author jonas
date Wed, 08 May 2002 23:46:59 +0000
parents 63d320c955c1
children f3246e3c524e
files DOCS/mplayer.1
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/mplayer.1	Wed May 08 23:08:17 2002 +0000
+++ b/DOCS/mplayer.1	Wed May 08 23:46:59 2002 +0000
@@ -408,7 +408,7 @@
  palette            RGB/BGR 8 \-> 15/16/24/32 bpp
  format[=fourcc]    restrict colorspace
  pp[=flags]         postprocessing (see \-pp)
- lavc               YV12\->MPEG1 (libavcodec)
+ lavc[=quality:fps] YV12\->MPEG1 (libavcodec)
  fame               YV12\->MPEG1 (libfame)
 
 .I parameters:
@@ -848,11 +848,11 @@
   crispness=<0\-100>  specify crispness/smoothness
 .TP
 .B \-endpos <time|byte\ position>
-Stop encoding at given time or byte position. Can be specified in many was :
+Stop encoding at given time or byte position. Can be specified in many ways :
 
     -endpos 56       encode only 56 seconds
     -endpos 01:10:00 encode only 1 hours
-    -endpos 100 mb   encode only 100 mbytes
+    -endpos 100mb    encode only 100 mbytes
 
 Can be used in conjuction with -ss or -sb!
 .br