summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/video.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/en/video.xml')
-rw-r--r--DOCS/xml/en/video.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index 45e3cd5c6f..dcf97566e3 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1511,7 +1511,7 @@ There's a relatively new nVidia driver out there, it's known to work on Riva
wmv7, wmv8</systemitem> and some others. Please note that this is only
a temporal inconvenience. The usage syntax is as follows:
<screen>
- mplayer -vf formay=uyvy -vc divxds divx3file.avi
+ mplayer -vf format=uyvy -vc divxds divx3file.avi
</screen>
</para></listitem>
</itemizedlist>
@@ -1522,7 +1522,7 @@ There's a relatively new nVidia driver out there, it's known to work on Riva
framebuffer or X magic whatsoever. For this purpose, we'll have to use the
<option>cvidix</option> video output, as the following example shows:
<screen>
- mplayer -vf formay=uyvy -vc divxds -vo cvidix example.avi
+ mplayer -vf format=uyvy -vc divxds -vo cvidix example.avi
</screen>
</para>