From: Kostya Shishkov Date: Sun, 30 Jun 2024 06:35:06 +0000 (+0200) Subject: add another FOURCC for TrueMotion 1 X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=5120a0194a3605071d0a92563c22fa9aee342c7b;p=nihav.git add another FOURCC for TrueMotion 1 --- 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"),