diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-27 19:21:43 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-27 19:21:43 +0000 |
commit | dcc6c89a18343e55b450f3b8628cf8b50a04860d (patch) | |
tree | 102f2f0961e1dec2a9819c604ecf6685a8a4cc9c | |
parent | e22d45c9961ad444fcb0b6e69a4e5987c6dd5cf5 (diff) |
remove excessive space character
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26287 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/encoding-guide.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index d85e5fe53b..cf5dd89d65 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -2144,7 +2144,7 @@ corresponding lines for each field (this has drawbacks - see method 3). havoc with the encoder's ability to compress well, but <systemitem class="library">libavcodec</systemitem> has two parameters specifically for dealing with storing interlaced video a - bit better: <option> ildct</option> and <option>ilme</option>. Also, + bit better: <option>ildct</option> and <option>ilme</option>. Also, using <option>mbd=2</option> is strongly recommended <link linkend="menc-feat-telecine-footnotes">[2] </link> because it will encode macroblocks as non-interlaced in places where there is |