summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 11:03:04 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 11:03:04 +0000
commit2f53bc5e121c43b445bc1213205aecfc6fc90f01 (patch)
tree23add71fa50217a2bb641caed545273abcd901fc /DOCS
parent8d263d558281e1d0bd50680c9386da7dfa70ea53 (diff)
downloadmpv-2f53bc5e121c43b445bc1213205aecfc6fc90f01.tar.bz2
mpv-2f53bc5e121c43b445bc1213205aecfc6fc90f01.tar.xz
it's bug not vbug...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6548 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index da9864a805..ed3e9f2bb0 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -133,7 +133,7 @@ ver error resilience
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 @@ JVT Joint Video Team Standard -- http://www.itu.int/ITU-T/news/jvtpro.html
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.