[FFmpeg-devel] [PATCH 01/10] avfilter/dnn: define each backend as a DNNModule
Zhao Zhili
quinkblack at foxmail.com
Thu Jun 8 06:31:08 EEST 2023
On Sun, 2023-04-30 at 23:38 +0800, Zhao Zhili wrote:
> From: Zhao Zhili <zhilizhao at tencent.com>
>
> To avoid export multiple functions for each backend
> implementation.
>
> Signed-off-by: Zhao Zhili <zhilizhao at tencent.com>
> ---
> libavfilter/dnn/dnn_backend_openvino.c | 98 +++++++++++++--------
> ---
> libavfilter/dnn/dnn_backend_openvino.h | 40 ----------
> libavfilter/dnn/dnn_backend_tf.c | 101 +++++++++++++--------
> ----
> libavfilter/dnn/dnn_backend_tf.h | 40 ----------
> libavfilter/dnn/dnn_interface.c | 17 ++---
> 5 files changed, 112 insertions(+), 184 deletions(-)
> delete mode 100644 libavfilter/dnn/dnn_backend_openvino.h
> delete mode 100644 libavfilter/dnn/dnn_backend_tf.h
>
Pushed the patchset.
More information about the ffmpeg-devel
mailing list