diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 02:57:45 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-08 02:57:45 +0000 |
commit | cc770a264150c464be4961ea931b936285ba621b (patch) | |
tree | e366d165dee6f0e8d8fb453f64e25beb2ef102d8 /DOCS | |
parent | 3dffbac1ae78f3e92841e1f50ea0e2106f2292fb (diff) | |
download | mpv-cc770a264150c464be4961ea931b936285ba621b.tar.bz2 mpv-cc770a264150c464be4961ea931b936285ba621b.tar.xz |
-lavdopts threads is only implemented for mpeg[12]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23504 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 0800f74ad4..866c201da8 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4225,7 +4225,7 @@ nonkey: Skip all frames except keyframes. .br all: Skip all frames. .REss -.IPs skipidct=<skipvalue> (MPEG1/2 only) +.IPs "skipidct=<skipvalue> (MPEG-1/2 only)" Skips the IDCT step. This degrades quality a lot of in almost all cases (see skiploopfilter for available skip values). @@ -4233,7 +4233,7 @@ This degrades quality a lot of in almost all cases Skips decoding of frames completely. Big speedup, but jerky motion and sometimes bad artifacts (see skiploopfilter for available skip values). -.IPs threads=<1\-8> +.IPs "threads=<1\-8> (MPEG-1/2 only)" number of threads to use for decoding (default: 1) .IPs vismv=<value> Visualize motion vectors. |