From: Kostya Shishkov Date: Wed, 1 Apr 2026 16:05:26 +0000 (+0200) Subject: nihav_registry: add another FOURCC for Truemotion 1 X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=aa8f35d1cbb33f7e61b0ea012f9564d38e3d2b9d;p=nihav.git nihav_registry: add another FOURCC for Truemotion 1 --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index ca72931..81182bd 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -385,6 +385,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"tmot", "truemotion1"), (b"DUCK", "truemotion1"), + (b"PVEZ", "truemotion1"), (b"TR20", "truemotionrt"), (b"TM20", "truemotion2"), (b"TM2A", "truemotion2x"),