summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 01:38:35 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 01:38:35 +0000
commit58bf4d5557863217780dccf316c6a99ae44b5502 (patch)
tree059b766a743b141455cf6d5f62d481e95d1d43fd /DOCS/tech
parent715a1d542addcac462840e4d2262a19fe17a3e0c (diff)
downloadmpv-58bf4d5557863217780dccf316c6a99ae44b5502.tar.bz2
mpv-58bf4d5557863217780dccf316c6a99ae44b5502.tar.xz
motion estimation pre pass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8711 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/libavc-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index 4f716a7f03..26b7c002a9 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -323,6 +323,11 @@ last_pred (0-99) amount of motion predictors from the previous frame
0 (default)
a -> will use 2a+1 x 2a+1 MB square of MV predictors from the previous frame
+preme (0-2) Motion estimation pre-pass
+ 0 disabled
+ 1 only after I frames (default)
+ 2 allways
+
lavdopts: (decoder options)
---------------------------