From: Kostya Shishkov Date: Tue, 3 Feb 2026 17:39:27 +0000 (+0100) Subject: registry: add another Cinepak FOURCC X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=813eb9ddb34952446566f2cb6646c9e07b646003;p=nihav.git registry: add another Cinepak FOURCC --- 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"),