add I263 to the register
[nihav.git] / src / register.rs
index a3f3e451b23adde16b30733cb3c77b32da810802..046ca83bd7b4eff40d609e4affdb3dca21ab27e3 100644 (file)
@@ -123,6 +123,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
     desc!(video;    "indeo3", "Intel Indeo 3"),
     desc!(video;    "indeo4", "Intel Indeo 4", CODEC_CAP_REORDER | CODEC_CAP_SCALABLE),
     desc!(video;    "indeo5", "Intel Indeo 5", CODEC_CAP_REORDER | CODEC_CAP_SCALABLE),
+    desc!(video;    "intel264", "Intel I263", CODEC_CAP_REORDER),
     desc!(audio;    "iac",    "Intel Indeo audio"),
     desc!(audio;    "imc",    "Intel Music Coder"),
 ];
@@ -134,6 +135,7 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[
     (b"IV32", "indeo3"),
     (b"IV41", "indeo4"),
     (b"IV50", "indeo5"),
+    (b"I263", "intel263"),
 ];
 
 static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[