From c8ba0daf8dab2f5cbcdded37cd6383649933fbf3 Mon Sep 17 00:00:00 2001 From: Ting Fu Date: Tue, 25 Aug 2020 11:47:50 +0800 Subject: dnn/native: add log error message Signed-off-by: Ting Fu --- libavfilter/dnn/dnn_backend_native_layer_mathunary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/dnn/dnn_backend_native_layer_mathunary.h') diff --git a/libavfilter/dnn/dnn_backend_native_layer_mathunary.h b/libavfilter/dnn/dnn_backend_native_layer_mathunary.h index d6a61effd5..301d02e5fb 100644 --- a/libavfilter/dnn/dnn_backend_native_layer_mathunary.h +++ b/libavfilter/dnn/dnn_backend_native_layer_mathunary.h @@ -55,6 +55,6 @@ typedef struct DnnLayerMathUnaryParams{ int dnn_load_layer_math_unary(Layer *layer, AVIOContext *model_file_context, int file_size, int operands_num); int dnn_execute_layer_math_unary(DnnOperand *operands, const int32_t *input_operand_indexes, - int32_t output_operand_index, const void *parameters); + int32_t output_operand_index, const void *parameters, NativeContext *ctx); #endif -- cgit v1.2.3