summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/encoding-guide.xml
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 06:47:07 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-23 06:47:07 +0000
commita8c72cb54cd3a613782693c199a3d0bfdd1d8a4f (patch)
tree2744ab19bdf1ded2b2a94fafbca08b9451f40031 /DOCS/xml/en/encoding-guide.xml
parent6e17211bf676ce7f4ed7702efef7811b70987a80 (diff)
downloadmpv-a8c72cb54cd3a613782693c199a3d0bfdd1d8a4f.tar.bz2
mpv-a8c72cb54cd3a613782693c199a3d0bfdd1d8a4f.tar.xz
Nits and fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16559 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/encoding-guide.xml')
-rw-r--r--DOCS/xml/en/encoding-guide.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 2d84edf7ef..c1d87eb17b 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -2298,7 +2298,7 @@ The first column contains the codec names that should be passed after the
</para>
<informalexample>
<para>
-An example, with MJPEG compression:
+An example with MJPEG compression:
<screen>mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy</screen>
</para>
</informalexample>
@@ -2339,7 +2339,7 @@ The first column contains the codec names that should be passed after the
<informalexample>
<para>
-An example, with AC3 compression:
+An example with AC3 compression:
<screen>mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy</screen>
</para>
</informalexample>