summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 20:04:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 20:04:12 +0000
commit51d07d0ea2e41d9914df92da223a45f4f6980771 (patch)
treed13a20d0f385e41fdce80a801e6510aee3791729 /DOCS
parent313cc2c9553050df45f83d27e18aab9860c8e177 (diff)
downloadmpv-51d07d0ea2e41d9914df92da223a45f4f6980771.tar.bz2
mpv-51d07d0ea2e41d9914df92da223a45f4f6980771.tar.xz
vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encoding colorspace hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15386 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 6 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 80f16e376e..8a5dfd1595 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -6559,17 +6559,20 @@ JVT recommendation
.PD 1
.
.TP
-.B vstrict=<-1|0|1>
+.B vstrict=<-2|-1|0|1>
strict standard compliance
.PD 0
.RSs
.IPs 0
-disabled (default)
+disabled
.IPs 1
Only recommended if you want to feed the output into the
MPEG-4 reference decoder.
.IPs -1
-Allows some non-standard codecs to work (snow, ffvhuff, ffv1).
+Allow libavcodec specific extensions (default)
+.IPs -2
+Enables experimental codecs and features which might not play back with
+later MPlayer versions (snow, ffvhuff, ffv1).
.RE
.PD 1
.