diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-26 02:39:55 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-26 02:39:55 +0100 |
commit | 9371467d9d434356ebd2d8b4209ed487147056d9 (patch) | |
tree | 89ffbbacf17bf2775b57ba0698ec4f5a629776f8 /doc | |
parent | e600d0628ec2d23341a72e6b64311338208699cf (diff) | |
download | ffmpeg-9371467d9d434356ebd2d8b4209ed487147056d9.tar.gz |
lavfi/perms: add seed option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 02f0a29c64..4190ccaccc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6249,6 +6249,12 @@ Make the frame read-only if writable, and writable if read-only. @item random Set each output frame read-only or writable randomly. @end table + +@item seed +Set the seed for the @var{random} mode, must be an integer included between +@code{0} and @code{UINT32_MAX}. If not specified, or if explicitly set to +@code{-1}, the filter will try to use a good random seed on a best effort +basis. @end table Note: in case of auto-inserted filter between the permission filter and the |