From c22a109b3508334f6f1f0e747b9239d92b5628af Mon Sep 17 00:00:00 2001 From: Alexander Solonsky Date: Sun, 29 Mar 2026 10:39:49 +0700 Subject: [PATCH] Add image and audio media types to castLabs watermark entry --- softbinding-algorithm-list.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 2cd0a91..4c563e0 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -169,7 +169,9 @@ "alg": "castLabs.watermark.1", "type": "watermark", "decodedMediaTypes": [ - "video" + "video", + "image", + "audio" ], "entryMetadata": { "description": "castLabs Single Frame Forensic Watermarking",