summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-20 13:45:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-20 13:45:41 +0000
commit8302f9e9d6638dd51c4689004a9ed73573efcfae (patch)
treedecad306db7686dd30e5d294f2e02ae53dd34e48 /DOCS
parentd475a9523ff79dc9d912960216c5cc4142b2a138 (diff)
downloadmpv-8302f9e9d6638dd51c4689004a9ed73573efcfae.tar.bz2
mpv-8302f9e9d6638dd51c4689004a9ed73573efcfae.tar.xz
ilmv --> ilme typo fix
patch by compn < tempn == at == twmi == dot == rr == dot == com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/encoding-guide.txt4
-rw-r--r--DOCS/xml/en/encoding-guide.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/tech/encoding-guide.txt b/DOCS/tech/encoding-guide.txt
index 661d52812e..c16aaf705f 100644
--- a/DOCS/tech/encoding-guide.txt
+++ b/DOCS/tech/encoding-guide.txt
@@ -814,6 +814,6 @@ Special care must be taken when working with interlaced video:
With these things in mind, here is our first example:
mencoder capture.avi -mc 0 -oac lavc -ovc lavc -lavcopts \
- vcodec=mpeg2video:vbitrate=6000:ilmv:ildct:acodec=mp2:abitrate=224
+ vcodec=mpeg2video:vbitrate=6000:ilme:ildct:acodec=mp2:abitrate=224
-Note the ilmv and ildct options.
+Note the ilme and ildct options.
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 60167fe45b..e2ad01f228 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -1280,10 +1280,10 @@ With these things in mind, here is our first example:
</para>
<screen>
mencoder <replaceable>capture.avi</replaceable> -mc 0 -oac lavc -ovc lavc -lavcopts \
- vcodec=mpeg2video:vbitrate=6000:ilmv:ildct:acodec=mp2:abitrate=224
+ vcodec=mpeg2video:vbitrate=6000:ilme:ildct:acodec=mp2:abitrate=224
</screen>
<para>
-Note the <option>ilmv</option> and <option>ildct</option> options.
+Note the <option>ilme</option> and <option>ildct</option> options.
</para>
</sect2>