]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/dnn_filter_common.h
avfilter/Makefile: Don't compile transform.c unconditionally
[ffmpeg] / libavfilter / dnn_filter_common.h
index c611d594dc81c7d35bbcdf5bc4a90c47c4fecad1..8deb18b39ad4e2f47ef26b3b0f1604be33377e16 100644 (file)
@@ -49,6 +49,7 @@ typedef struct DnnContext {
 
 int ff_dnn_init(DnnContext *ctx, DNNFunctionType func_type, AVFilterContext *filter_ctx);
 int ff_dnn_set_frame_proc(DnnContext *ctx, FramePrePostProc pre_proc, FramePrePostProc post_proc);
+int ff_dnn_set_detect_post_proc(DnnContext *ctx, DetectPostProc post_proc);
 DNNReturnType ff_dnn_get_input(DnnContext *ctx, DNNData *input);
 DNNReturnType ff_dnn_get_output(DnnContext *ctx, int input_width, int input_height, int *output_width, int *output_height);
 DNNReturnType ff_dnn_execute_model(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame);