Mercurial > mplayer.hg
changeset 6547:1c282256162a
it's bug not vbug...
author | jonas |
---|---|
date | Mon, 24 Jun 2002 11:03:04 +0000 |
parents | e9f97e2fd0dc |
children | e56e991d2ee7 |
files | DOCS/tech/libavc-options.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/libavc-options.txt Mon Jun 24 08:55:00 2002 +0000 +++ b/DOCS/tech/libavc-options.txt Mon Jun 24 11:03:04 2002 +0000 @@ -133,7 +133,7 @@ 1 more aggressive error detection, lavc might think that some correct streams contain errors -vbug manual workaround encoder bugs +bug manual workaround encoder bugs 0 (default) 1 (workaround for some old lavc generated msmpeg4v3 files) @@ -162,7 +162,7 @@ Examples: mencoder foobar.avi -lavcopts vcodec=mpeg4:vhq:keyint=300:vqscale=2 -o new-foobar.avi -mplayer foobar.avi -lavdopts vbug=1 +mplayer foobar.avi -lavdopts bug=1 -- Written 2002 by Michael Niedermayer and reviewed by Felix Buenemann.