From: Kostya Shishkov Date: Mon, 7 Apr 2025 03:22:24 +0000 (+0200) Subject: nihav_registry: add another FOURCC for Cinepak X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=7f4cecdb93bedcba66dc52a584864b5d436119f0;p=nihav.git nihav_registry: add another FOURCC for Cinepak --- 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"),