]> git.sesse.net Git - ffmpeg/commit
dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can fail
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 10 Mar 2021 20:58:15 +0000 (21:58 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 11 Mar 2021 12:20:00 +0000 (13:20 +0100)
commit723ebf029a94fc23f239dd319c7f1d5921a72cd7
tree811a08d0a5fa4c1860e5d059be9ab27ea61905f3
parent9da96d8b6908dbec55bd9657f7edc8a4f16a90ee
dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can fail

It can't; these are just remnants of commit
3c7cad69f233252e5178f7732baa0da950d74bbd which let the worker threads
do the reallocation.

Reviewed-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/dnn/dnn_backend_native_layer_conv2d.c