From aa8f35d1cbb33f7e61b0ea012f9564d38e3d2b9d Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 1 Apr 2026 18:05:26 +0200 Subject: [PATCH] nihav_registry: add another FOURCC for Truemotion 1 --- 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 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"), -- 2.39.5