summaryrefslogtreecommitdiff
path: root/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/dnn/dnn_backend_native_layer_mathbinary.h')
-rw-r--r--libavfilter/dnn/dnn_backend_native_layer_mathbinary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h b/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
index 6b684d1165..3c5bc6b2e1 100644
--- a/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
+++ b/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
@@ -32,6 +32,7 @@
typedef enum {
DMBO_SUB = 0,
+ DMBO_ADD = 1,
DMBO_COUNT
} DNNMathBinaryOperation;