Mercurial > mplayer.hg
changeset 16816:cfe186231e2d
ilmv --> ilme typo fix
patch by compn < tempn == at == twmi == dot == rr == dot == com >
author | diego |
---|---|
date | Thu, 20 Oct 2005 13:45:41 +0000 |
parents | 78c84594247b |
children | 804bf2acdad2 |
files | DOCS/tech/encoding-guide.txt DOCS/xml/en/encoding-guide.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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>