X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Fregister.rs;h=046ca83bd7b4eff40d609e4affdb3dca21ab27e3;hb=836bf1506835bd14b3f5c52bd05df8257df7d96c;hp=a3f3e451b23adde16b30733cb3c77b32da810802;hpb=f6fa6f3404393e399a05c5d5cda7a35c4e41fb4a;p=nihav.git diff --git a/src/register.rs b/src/register.rs index a3f3e45..046ca83 100644 --- a/src/register.rs +++ b/src/register.rs @@ -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)] = &[