aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2024-06-30 08:35:06 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2024-06-30 08:35:06 +0200
commit5120a0194a3605071d0a92563c22fa9aee342c7b (patch)
tree160a95548b7696e6af691017fa011031afedad38
parenteea05a77c2b998c94087825a60d1a9f0f4fe2b7d (diff)
downloadnihav-5120a0194a3605071d0a92563c22fa9aee342c7b.tar.gz
add another FOURCC for TrueMotion 1
-rw-r--r--nihav-registry/src/register.rs1
1 files changed, 1 insertions, 0 deletions
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"),