]> git.nihav.org Git - nihav.git/commitdiff
add another FOURCC for TrueMotion 1
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 30 Jun 2024 06:35:06 +0000 (08:35 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 30 Jun 2024 06:35:06 +0000 (08:35 +0200)
nihav-registry/src/register.rs

index b2a7ca6cfad168bd23533aa746b774dfc137ef78..be2fb76f2a49cd3b6f252fbd157d677f114a4cf1 100644 (file)
@@ -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"),