[FFmpeg-devel] [PATCH 3/6] doc/filters: documentation to options for backend

lance.lmwang at gmail.com lance.lmwang at gmail.com
Mon Apr 26 13:48:53 EEST 2021


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 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
+ at item options
 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.
 
+ at item backend_configs
+ at 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.
 
+ at item backend_configs
+ at 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



More information about the ffmpeg-devel mailing list