From 9371467d9d434356ebd2d8b4209ed487147056d9 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 26 Mar 2013 02:39:55 +0100 Subject: lavfi/perms: add seed option. --- doc/filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3