summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
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/tech
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/tech')
-rw-r--r--DOCS/tech/encoding-guide.txt4
1 files changed, 2 insertions, 2 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.