# HG changeset patch
# User diego
# Date 1129815941 0
# Node ID cfe186231e2df23b8f05deab3315aca09c13802f
# Parent  78c84594247b9f324efc588faaa8b41e860e82c1
ilmv --> ilme typo fix
patch by compn < tempn == at == twmi == dot == rr == dot == com >

diff -r 78c84594247b -r cfe186231e2d DOCS/tech/encoding-guide.txt
--- a/DOCS/tech/encoding-guide.txt	Thu Oct 20 09:12:28 2005 +0000
+++ b/DOCS/tech/encoding-guide.txt	Thu Oct 20 13:45:41 2005 +0000
@@ -814,6 +814,6 @@
 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 -r 78c84594247b -r cfe186231e2d DOCS/xml/en/encoding-guide.xml
--- a/DOCS/xml/en/encoding-guide.xml	Thu Oct 20 09:12:28 2005 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Thu Oct 20 13:45:41 2005 +0000
@@ -1280,10 +1280,10 @@
 </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>