summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 21:30:59 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 21:30:59 +0000
commit7af2d892c274222904eeeb5de0e394e5b52335fd (patch)
tree04c1f7f3b923c3ef08123187db7701dca37c1c91 /DOCS
parentb516edcb6fdfe1a0250ff0b4f0f8b66b34158770 (diff)
downloadmpv-7af2d892c274222904eeeb5de0e394e5b52335fd.tar.bz2
mpv-7af2d892c274222904eeeb5de0e394e5b52335fd.tar.xz
dct_algo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7180 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index 7a48d30dbf..9e92567225 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -195,6 +195,13 @@ vpsize (0-10000) video packet size
gray grayscale only encoding (a bit faster than with color ...)
+dct_algo (0-99) dct algorithm
+ 0 automatically select a good one (default)
+ 1 fast integer
+ 2 accurate integer
+ 3 mmx
+ 4 mlib
+
lavdopts: (decoder options)
---------------------------