summaryrefslogtreecommitdiff
path: root/libavfilter/dnn_backend_tf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/dnn_backend_tf.h')
-rw-r--r--libavfilter/dnn_backend_tf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/dnn_backend_tf.h b/libavfilter/dnn_backend_tf.h
index 7ba84f40ee..47a24ec7b7 100644
--- a/libavfilter/dnn_backend_tf.h
+++ b/libavfilter/dnn_backend_tf.h
@@ -31,7 +31,7 @@
DNNModel *ff_dnn_load_model_tf(const char *model_filename);
-DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model);
+DNNReturnType ff_dnn_execute_model_tf(const DNNModel *model, DNNData *output);
void ff_dnn_free_model_tf(DNNModel **model);