FFmpeg/libavfilter
Guo, Yejun 995c33a046 dnn_backend_openvino.c: fix multi-thread issue for async execution
once we mark done for the task in function infer_completion_callback,
the task is possible to be release in function ff_dnn_get_async_result_ov
in another thread just after it, so we need to record request queue
first, instead of using task->ov_model->request_queue later.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
2021-02-18 09:59:37 +08:00
..
2021-01-01 15:25:48 +01:00
2021-01-01 15:25:48 +01:00
2021-02-16 15:00:50 +01:00
2021-01-17 12:06:01 +01:00
2021-01-17 12:06:01 +01:00
2021-02-16 15:00:50 +01:00
2021-02-16 15:00:50 +01:00
2021-02-07 11:48:28 +01:00
2021-01-25 00:48:35 +01:00
2021-01-01 15:25:48 +01:00
2021-02-11 00:45:08 +01:00
2021-02-08 11:06:29 +01:00
2021-01-26 12:19:09 +01:00
2021-02-16 15:00:50 +01:00
2021-02-16 22:26:56 +01:00