aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/convert_header.py
diff options
context:
space:
mode:
authorWenlong Ding <wenlong.ding@intel.com>2021-03-22 16:20:11 +0800
committerGuo, Yejun <yejun.guo@intel.com>2021-03-24 13:53:50 +0800
commitb460595dd7b831a07cdd3e59ad726d99db4ba557 (patch)
tree8363752930243633e2d767bf8ae875ece9a73398 /tools/python/convert_header.py
parentdfad5794fb4f246f6b137da8160dd070482bb9cc (diff)
downloadffmpeg-b460595dd7b831a07cdd3e59ad726d99db4ba557.tar.gz
lavfi/dnn/dnn_backend_native_layer_mathunary: add exp support
Signed-off-by: Wenlong Ding <wenlong.ding@intel.com>
Diffstat (limited to 'tools/python/convert_header.py')
-rw-r--r--tools/python/convert_header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/convert_header.py b/tools/python/convert_header.py
index 782a6341f9..143f92c42e 100644
--- a/tools/python/convert_header.py
+++ b/tools/python/convert_header.py
@@ -23,4 +23,4 @@ str = 'FFMPEGDNNNATIVE'
major = 1
# increase minor when we don't have to re-convert the model file
-minor = 22
+minor = 23