> -----Original Message----- > From: Guo, Yejun <yejun....@intel.com> > Sent: 2021年1月8日 16:37 > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun <yejun....@intel.com> > Subject: [PATCH] libavfilter/dnn: add batch mode for async execution > > the default number of batch_size is 1 > > Signed-off-by: Xie, Lin <lin....@intel.com> > Signed-off-by: Wu Zhiwen <zhiwen...@intel.com> > Signed-off-by: Guo, Yejun <yejun....@intel.com> > --- > libavfilter/dnn/dnn_backend_openvino.c | 157 +++++++++++++++++++++---- > libavfilter/dnn/dnn_backend_openvino.h | 1 + > libavfilter/dnn/dnn_interface.c | 1 + > libavfilter/dnn_interface.h | 2 + > libavfilter/vf_dnn_processing.c | 36 +++++- > 5 files changed, 173 insertions(+), 24 deletions(-) > > diff --git a/libavfilter/dnn/dnn_backend_openvino.c > b/libavfilter/dnn/dnn_backend_openvino.c > index d27e451eea..cb1bc3d22d 100644 > --- a/libavfilter/dnn/dnn_backend_openvino.c > +++ b/libavfilter/dnn/dnn_backend_openvino.c
please ignore this patch, it has some issue, will send out V2 later, thanks. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".