From 7f4cecdb93bedcba66dc52a584864b5d436119f0 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 7 Apr 2025 05:22:24 +0200 Subject: [PATCH] nihav_registry: add another FOURCC for Cinepak --- 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 fbdaf3e..383ecd9 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -341,6 +341,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"UCOD", "clearvideo"), (b"cvid", "cinepak"), + (b"savi", "cinepak"), (b"ZMBV", "zmbv"), (b"Ipma", "ipma"), -- 2.39.5