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 2ffbb66eeb..f3dbbeb8c3 100644
--- a/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
+++ b/libavfilter/dnn/dnn_backend_native_layer_mathbinary.h
@@ -35,6 +35,7 @@ typedef enum {
DMBO_ADD = 1,
DMBO_MUL = 2,
DMBO_REALDIV = 3,
+ DMBO_MINIMUM = 4,
DMBO_COUNT
} DNNMathBinaryOperation;