diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-24 20:50:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-30 04:23:30 +0200 |
commit | 4bd99f715de3ea54319d54f848d16186dd00b039 (patch) | |
tree | 0bb06421cefcecf26e62ab0896e5c4ebf1836af6 /doc/encoders.texi | |
parent | 21bfeec27f933e18e7aac52ec025831353f47430 (diff) | |
download | ffmpeg-4bd99f715de3ea54319d54f848d16186dd00b039.tar.gz |
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.texi | 9 |
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. |