Mercurial > mplayer.hg
changeset 7179:a258b9b7669e
dct_algo
| author | michael |
|---|---|
| date | Fri, 30 Aug 2002 21:30:59 +0000 |
| parents | 7adcec77f275 |
| children | 28677d779205 |
| files | DOCS/tech/libavc-options.txt |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/libavc-options.txt Fri Aug 30 21:24:04 2002 +0000 +++ b/DOCS/tech/libavc-options.txt Fri Aug 30 21:30:59 2002 +0000 @@ -195,6 +195,13 @@ 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) ---------------------------
