]> git.sesse.net Git - ffmpeg/commit
libavfilter/dnn: remove limit for the name of DNN model input/output
authorGuo, Yejun <yejun.guo@intel.com>
Thu, 25 Apr 2019 02:14:08 +0000 (10:14 +0800)
committerPedro Arthur <bygrandao@gmail.com>
Wed, 8 May 2019 15:33:00 +0000 (12:33 -0300)
commit05f86f05bb5060492dd3ff22c23628e4e4334a1e
treef69992eccf80d239053bfb9c4c020ae65f504213
parent05aec8bb13cc1d698f76c6972a23521a3fba5596
libavfilter/dnn: remove limit for the name of DNN model input/output

remove the requirment that the name of DNN model input/output
should be "x"/"y",

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
libavfilter/dnn_backend_native.c
libavfilter/dnn_backend_tf.c
libavfilter/dnn_interface.h
libavfilter/vf_sr.c