summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-07 10:49:43 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-07 10:49:43 +0000
commitfc8fb3d7a65e0f55769cc0819f815756a5f7913e (patch)
treee424409a6b048441e1601be60bbe99d39fd331f5 /DOCS
parent2abf85b1dfe558333d648d905f8b1795f77ca02f (diff)
downloadmpv-fc8fb3d7a65e0f55769cc0819f815756a5f7913e.tar.bz2
mpv-fc8fb3d7a65e0f55769cc0819f815756a5f7913e.tar.xz
fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21849 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/encoding-guide.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index d5e1906c20..6722a5dd26 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -4513,7 +4513,7 @@ To calculate the correct scaling size, use the expanded NTSC width of
<para>
2.35:1 or "Cinemascope" PAL
-<screen>-vf scale="720:432,expand=720:576 -lavcopts aspect=16/9</screen>
+<screen>-vf scale=720:432,expand=720:576 -lavcopts aspect=16/9</screen>
To calculate the correct scaling size, use the expanded PAL width of
1024/2.35 = 432
</para>