[FFmpeg-devel] [PATCH] libavfilter/dnn/dnn_backend_openvino.c: fix openvino async mode
Guo, Yejun
yejun.guo at intel.com
Fri Dec 16 08:57:48 EET 2022
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Saliev, Rafik F
> Sent: Monday, December 12, 2022 6:31 PM
> To: ffmpeg-devel at ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH] libavfilter/dnn/dnn_backend_openvino.c:
> fix openvino async mode
>
> Bugfix: The OpenVino DNN backend in the 'async' mode sets 'task-
> >inference_done' to 'complete' prior to data copy from OpenVino output
> buffer to task's output frame.
> This order causes task destroy in ff_dnn_get_result_common() prior to
> model output processing.
>
> Signed-off-by: Rafik Saliev <rafik.f.saliev at intel.com>
> ---
> libavfilter/dnn/dnn_backend_openvino.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
There's a warning at https://patchwork.ffmpeg.org/project/ffmpeg/patch/PH7PR11MB5887F1A68C19249217A6C09EDAE29@PH7PR11MB5887.namprd11.prod.outlook.com/,
please fix and send v2 patch, thanks.
More information about the ffmpeg-devel
mailing list