X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Fregister.rs;h=bb514600e868bb6fb594f0da6069d06f27d9c6d6;hb=bcfeae48693ae98aa504b86e6ced38de0573e302;hp=a3f3e451b23adde16b30733cb3c77b32da810802;hpb=34829caaa66f6842c2649fc0b4496a9d12454766;p=nihav.git diff --git a/src/register.rs b/src/register.rs index a3f3e45..bb51460 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; "intel263", "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)] = &[