]> git.nihav.org Git - nihav.git/blobdiff - nihav-core/src/register.rs
core: document refs module
[nihav.git] / nihav-core / src / register.rs
index e00447e026dcae5223a0f0e2bae6970301732e3f..7c1fc1d7cfcd583b174f80cd38852d44db7dfe06 100644 (file)
@@ -145,9 +145,9 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
     desc!(audio;    "atrac3",     "Sony Atrac3"),
     desc!(audio;    "sipro",      "Sipro Labs ADPCM"),
 
-    desc!(video;    "truemotion1",   "TrueMotion 1"), 
-    desc!(video-im; "truemotionrt",  "TrueMotion RT"), 
-    desc!(video;    "truemotion2",   "TrueMotion 2"), 
+    desc!(video;    "truemotion1",   "TrueMotion 1"),
+    desc!(video-im; "truemotionrt",  "TrueMotion RT"),
+    desc!(video;    "truemotion2",   "TrueMotion 2"),
     desc!(video;    "truemotion2x",  "TrueMotion 2X"),
     desc!(video;    "vp3",           "VP3"),
     desc!(video;    "vp4",           "VP4"),
@@ -209,6 +209,7 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[
     (b"VP60", "vp6"),
     (b"VP61", "vp6"),
     (b"VP62", "vp6"),
+    (b"VP6A", "vp6a"),
     (b"VP70", "vp7"),
 ];