Signed-off-by: MaximilianKaindl <[email protected]>
---
libavfilter/dnn_interface.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/dnn_interface.h b/libavfilter/dnn_interface.h
index 66086409be..f4552d4287 100644
--- a/libavfilter/dnn_interface.h
+++ b/libavfilter/dnn_interface.h
@@ -58,6 +58,8 @@ typedef enum {
DFT_PROCESS_FRAME, // process the whole frame
DFT_ANALYTICS_DETECT, // detect from the whole frame
DFT_ANALYTICS_CLASSIFY, // classify for each bounding box
+ DFT_ANALYTICS_CLIP, // classify whole frame with zero-shot
classification
+ DFT_ANALYTICS_CLAP // classify whole audio frame with zero-shot
classification
}DNNFunctionType;
typedef enum {
--
2.34.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".