[FFmpeg-devel] [PATCH v2 FFmpeg 6/20] libavfilter/dnn_interface.h: define new Function Types CLIP and CLAP
m.kaindl0208 at gmail.com
m.kaindl0208 at gmail.com
Mon Mar 10 21:52:20 EET 2025
Signed-off-by: MaximilianKaindl <m.kaindl0208 at gmail.com>
---
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
More information about the ffmpeg-devel
mailing list