From 813eb9ddb34952446566f2cb6646c9e07b646003 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 3 Feb 2026 18:39:27 +0100 Subject: [PATCH] registry: add another Cinepak FOURCC --- nihav-registry/src/register.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index f80ebe4..2394995 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -363,6 +363,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"UCOD", "clearvideo"), (b"cvid", "cinepak"), (b"savi", "cinepak"), + (b"tony", "cinepak"), (b"ZMBV", "zmbv"), (b"Ipma", "ipma"), -- 2.39.5