diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2020-12-16 14:07:00 +0800 |
---|---|---|
committer | Guo, Yejun <yejun.guo@intel.com> | 2020-12-29 09:31:06 +0800 |
commit | c720286ee3bf59420e6f6ddd1f999f2f327c8967 (patch) | |
tree | 542b4188213d36b0ce6598fb23955e43f1aa0d89 /doc | |
parent | 5024286465acc35ae005715e0152a135df30ad0a (diff) | |
download | ffmpeg-c720286ee3bf59420e6f6ddd1f999f2f327c8967.tar.gz |
vf_dnn_processing.c: add async support
Signed-off-by: Xie, Lin <lin.xie@intel.com>
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f71d33c602..959f5cd22b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9959,6 +9959,10 @@ Set the input name of the dnn network. @item output Set the output name of the dnn network. +@item async +use DNN async execution if set (default: set), +roll back to sync execution if the backend does not support async. + @end table @subsection Examples |