diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-30 21:30:59 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-30 21:30:59 +0000 |
commit | 7af2d892c274222904eeeb5de0e394e5b52335fd (patch) | |
tree | 04c1f7f3b923c3ef08123187db7701dca37c1c91 /DOCS | |
parent | b516edcb6fdfe1a0250ff0b4f0f8b66b34158770 (diff) |
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.txt | 7 |
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) --------------------------- |