X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;fp=nihav-registry%2Fsrc%2Fregister.rs;h=3a37892c2cd78af578830c3ce33b3ada364f1022;hp=222d921c083943ba878d1457b6266072219a520b;hb=f7686373872ed8a9378dbde734d6f6220ed64aef;hpb=e01d4987aa11af424461a7c0e6f2a4d82a458fc5 diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 222d921..3a37892 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -165,6 +165,7 @@ static CODEC_REGISTER: &[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; "indeo5s", "Intel Indeo 5 Scalable", CODEC_CAP_SCALABLE), desc!(video; "intel263", "Intel I263", CODEC_CAP_REORDER), desc!(audio; "iac", "Intel Indeo audio"), desc!(audio; "imc", "Intel Music Coder"),