> -----Original Message-----
> From: ffmpeg-devel <[email protected]> On Behalf Of
> [email protected]
> Sent: Tuesday, December 12, 2023 10:34 AM
> To: [email protected]
> Subject: [FFmpeg-devel] [PATCH v2 1/4] libavfiter/dnn_backend_openvino:
> Add multiple output support
>
> From: Wenbin Chen <[email protected]>
>
> Add multiple output support to openvino backend. You can use '&' to split
> different output when you set output name using command line.
>
> Signed-off-by: Wenbin Chen <[email protected]>
> ---
> libavfilter/dnn/dnn_backend_common.c | 7 -
> libavfilter/dnn/dnn_backend_openvino.c | 216 +++++++++++++++++--------
> libavfilter/vf_dnn_detect.c | 11 +-
> 3 files changed, 150 insertions(+), 84 deletions(-)
>
> diff --git a/libavfilter/dnn/dnn_backend_common.c
> b/libavfilter/dnn/dnn_backend_common.c
> index 91a4a3c4bf..632832ec36 100644
> --- a/libavfilter/dnn/dnn_backend_common.c
> +++ b/libavfilter/dnn/dnn_backend_common.c
LGTM, will push tomorrow.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".