summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-24 20:50:55 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-30 04:23:30 +0200
commit4bd99f715de3ea54319d54f848d16186dd00b039 (patch)
tree0bb06421cefcecf26e62ab0896e5c4ebf1836af6 /doc/encoders.texi
parent21bfeec27f933e18e7aac52ec025831353f47430 (diff)
avcodec/snowenc: Support setting the iterative dia size separately
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 6e50a90ca5..f9fe331be0 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1357,6 +1357,15 @@ allows to store non-rgb pix_fmts.
@end table
+@section snow
+
+@subsection Options
+
+@table @option
+@item iterative_dia_size
+dia size for the iterative motion estimation
+@end table
+
@section libtheora
libtheora Theora encoder wrapper.