]> git.nihav.org Git - nihav.git/commitdiff
nihav_registry: add another FOURCC for Truemotion 1
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Apr 2026 16:05:26 +0000 (18:05 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 1 Apr 2026 17:12:32 +0000 (19:12 +0200)
nihav-registry/src/register.rs

index ca729317d0e08fd10f98cec3dceae47191ac94c1..81182bdc28ee41a667851b419359212f95c65f5b 100644 (file)
@@ -385,6 +385,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
 
     (b"tmot", "truemotion1"),
     (b"DUCK", "truemotion1"),
+    (b"PVEZ", "truemotion1"),
     (b"TR20", "truemotionrt"),
     (b"TM20", "truemotion2"),
     (b"TM2A", "truemotion2x"),