summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authortorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 21:42:55 +0000
committertorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 21:42:55 +0000
commit54f1d327e49c2820b1db98d20b9455275910738c (patch)
treefe015989b7b7b179ae13a75b61a59042c06e0aad /DOCS
parent24f3a0132cfbb96cb03c4b025a7af92a770296fd (diff)
downloadmpv-54f1d327e49c2820b1db98d20b9455275910738c.tar.bz2
mpv-54f1d327e49c2820b1db98d20b9455275910738c.tar.xz
Consistent capitalization of table entries
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 72753bf849..446e43157f 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -37,11 +37,11 @@ Audio Codecs:
<tbody>
<row>
<entry>mp3lame</entry>
- <entry>Encode to VBR, ABR or CBR MP3 with LAME</entry>
+ <entry>encode to VBR, ABR or CBR MP3 with LAME</entry>
</row>
<row>
<entry>lavc</entry>
- <entry>Use one of <link linkend="menc-feat-enc-libavcodec-audio-codecs"><systemitem class="library">libavcodec</systemitem>'s audio codecs</link>
+ <entry>use one of <link linkend="menc-feat-enc-libavcodec-audio-codecs"><systemitem class="library">libavcodec</systemitem>'s audio codecs</link>
</entry>
</row>
<row>
@@ -58,11 +58,11 @@ Audio Codecs:
</row>
<row>
<entry>pcm</entry>
- <entry>Uncompressed PCM audio</entry>
+ <entry>uncompressed PCM audio</entry>
</row>
<row>
<entry>copy</entry>
- <entry>Do not reencode, just copy compressed frames</entry>
+ <entry>do not reencode, just copy compressed frames</entry>
</row>
</tbody>
</tgroup>
@@ -79,7 +79,7 @@ Video codecs:
<tbody>
<row>
<entry>lavc</entry>
- <entry>Use one of <link linkend="menc-feat-enc-libavcodec-video-codecs"><systemitem class="library">libavcodec</systemitem>'s video codecs</link>
+ <entry>use one of <link linkend="menc-feat-enc-libavcodec-video-codecs"><systemitem class="library">libavcodec</systemitem>'s video codecs</link>
</entry>
</row>
<row>
@@ -96,15 +96,15 @@ Video codecs:
</row>
<row>
<entry>raw</entry>
- <entry>Uncompressed video frames</entry>
+ <entry>uncompressed video frames</entry>
</row>
<row>
<entry>copy</entry>
- <entry>Do not reencode, just copy compressed frames</entry>
+ <entry>do not reencode, just copy compressed frames</entry>
</row>
<row>
<entry>frameno</entry>
- <entry>Used for 3-pass encoding (not recommended)</entry>
+ <entry>used for 3-pass encoding (not recommended)</entry>
</row>
</tbody>
</tgroup>
@@ -129,7 +129,7 @@ Container formats:
<tbody>
<row>
<entry>lavf</entry>
- <entry>One of the containers supported by
+ <entry>one of the containers supported by
<systemitem class="library">libavformat</systemitem></entry>
</row>
<row>