]> git.nihav.org Git - nihav.git/commitdiff
nihav_registry: add Indeo 2 and 3 tags to known MOV codecs
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 8 Sep 2025 17:05:27 +0000 (19:05 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 8 Sep 2025 17:05:27 +0000 (19:05 +0200)
nihav-registry/src/register.rs

index 894e4750a3f90a0a35684e45a79d0d7db672653c..ba2b360a0427511d607f2be0592cb8691ff41d3a 100644 (file)
@@ -436,8 +436,10 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"svq3", "sorenson-video3"),
     (b"SVQ3", "sorenson-video3"),
 
+    (b"rt21", "indeo2"),
     (b"IV31", "indeo3"),
     (b"IV32", "indeo3"),
+    (b"iv32", "indeo3"),
 
     (b"UCOD", "clearvideo"),