]> git.nihav.org Git - nihav.git/commitdiff
nihav_registry: add Truemotion 1 to native MOV codecs list
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Apr 2026 16:02:32 +0000 (18:02 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Apr 2026 17:12:32 +0000 (19:12 +0200)
nihav-registry/src/register.rs

index dcb21038803059874d20d0cb48af041bcb9af37b..3e516bf0084d4ac670828311ec82809b1d648c9d 100644 (file)
@@ -470,6 +470,7 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"PGVV", "pgvv"),
     (b"UCOD", "clearvideo"),
 
+    (b"tmot", "truemotion1"),
     (b"VP30", "vp3"),
     (b"VP31", "vp3"),