[FFmpeg-devel] [PATCH 2/2] dnn_backend_native: check operand index

Guo, Yejun yejun.guo at intel.com
Tue Jun 16 05:33:32 EEST 2020



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Guo
> Yejun
> Sent: 2020年6月10日 22:01
> To: ffmpeg-devel at ffmpeg.org
> Cc: Guo, Yejun <yejun.guo at intel.com>
> Subject: [FFmpeg-devel] [PATCH 2/2] dnn_backend_native: check operand index
> 
> it fixed the issue in https://trac.ffmpeg.org/ticket/8716
> 
> Signed-off-by: Guo Yejun <yejun.guo at intel.com>
> ---
>  libavfilter/dnn/dnn_backend_native.c                   |  6 +++++-
>  libavfilter/dnn/dnn_backend_native_layer_conv2d.c      |  7 ++++++-
>  libavfilter/dnn/dnn_backend_native_layer_conv2d.h      |  2 +-
>  libavfilter/dnn/dnn_backend_native_layer_depth2space.c |  6 +++++-
> libavfilter/dnn/dnn_backend_native_layer_depth2space.h |  2 +-
> libavfilter/dnn/dnn_backend_native_layer_mathbinary.c  | 12 +++++++++++-
> libavfilter/dnn/dnn_backend_native_layer_mathbinary.h  |  2 +-
>  libavfilter/dnn/dnn_backend_native_layer_mathunary.c   |  6 +++++-
>  libavfilter/dnn/dnn_backend_native_layer_mathunary.h   |  2 +-
>  libavfilter/dnn/dnn_backend_native_layer_maximum.c     |  6 +++++-
>  libavfilter/dnn/dnn_backend_native_layer_maximum.h     |  2 +-
>  libavfilter/dnn/dnn_backend_native_layer_pad.c         |  6 +++++-
>  libavfilter/dnn/dnn_backend_native_layer_pad.h         |  2 +-
>  libavfilter/dnn/dnn_backend_native_layers.h            |  2 +-
>  14 files changed, 49 insertions(+), 14 deletions(-)
> 
will push tomorrow if no other comments, thanks.


More information about the ffmpeg-devel mailing list