]> git.nihav.org Git - nihav.git/blobdiff - nihav-registry/src/register.rs
add FOURCC for RPZA in AVI
[nihav.git] / nihav-registry / src / register.rs
index b2a7ca6cfad168bd23533aa746b774dfc137ef78..6a8678caf0af89cf07d63eea25f4e18cfc13a6af 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"),
@@ -356,6 +357,8 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"VP70", "vp7"),
 
     (b"MWV1", "mwv1"),
+
+    (b"azpr", "apple-video"),
 ];
 
 static WAV_CODEC_REGISTER: &[(u16, &str)] = &[