mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-18 08:30:24 +00:00
There are two options which use non-zero default value: async and batch_size of openvino. init_model_ov checks and set batch_size to one when batch_size is equal to zero, so the only option affected by missing default value is async. Now async works as expected. |
||
|---|---|---|
| .. | ||
| dnn_backend_common.c | ||
| dnn_backend_common.h | ||
| dnn_backend_openvino.c | ||
| dnn_backend_tf.c | ||
| dnn_backend_torch.cpp | ||
| dnn_interface.c | ||
| dnn_io_proc.c | ||
| dnn_io_proc.h | ||
| Makefile | ||
| queue.c | ||
| queue.h | ||
| safe_queue.c | ||
| safe_queue.h | ||