From 5120a0194a3605071d0a92563c22fa9aee342c7b Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 30 Jun 2024 08:35:06 +0200 Subject: [PATCH] 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 b2a7ca6..be2fb76 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -340,6 +340,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"MV30", "midivid3"), (b"MVLZ", "midivid-ll"), + (b"tmot", "truemotion1"), (b"DUCK", "truemotion1"), (b"TR20", "truemotionrt"), (b"TM20", "truemotion2"), -- 2.39.2