> -----Original Message-----
> From: ffmpeg-devel <[email protected]> On Behalf Of
> [email protected]
> Sent: 2021年4月26日 18:49
> To: [email protected]
> Cc: Limin Wang <[email protected]>
> Subject: [FFmpeg-devel] [PATCH 3/6] doc/filters: documentation to options
> for backend
>
> From: Limin Wang <[email protected]>
>
> Signed-off-by: Limin Wang <[email protected]>
> ---
> doc/filters.texi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index e99d70a..a959127 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -10159,6 +10159,7 @@ and the second line is the name of label id 1,
> etc.
> The label id is considered as name if the label file is not provided.
>
> @item backend_configs
> +@item options
options is old and not direct for meaning, and we prefer the new better
name backend_configs.
> Set the configs to be passed into backend
>
> @item async
> @@ -10214,6 +10215,10 @@ Set the input name of the dnn network.
> @item output
> Set the output name of the dnn network.
>
> +@item backend_configs
> +@item options
> +Set the configs to be passed into backend
> +
> @item async
> use DNN async execution if set (default: set),
> roll back to sync execution if the backend does not support async.
> @@ -18905,6 +18910,10 @@ Note that different backends use different
> file formats. TensorFlow backend
> can load files for both formats, while native backend can load files for
> only
> its format.
>
> +@item backend_configs
> +@item options
> +Set the configs to be passed into backend
> +
> @item scale_factor
> Set scale factor for SRCNN model. Allowed values are @code{2}, @code{3}
> and @code{4}.
> Default value is @code{2}. Scale factor is necessary for SRCNN model,
> because it accepts
> --
> 1.8.3.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".