From: Kostya Shishkov Date: Wed, 4 Dec 2024 17:28:26 +0000 (+0100) Subject: registry: Indeo 2 can have inter frames X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=dda9c8998548da8e3dee96e03929f45c29c82e22;p=nihav.git registry: Indeo 2 can have inter frames --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index d39339a..b9888b9 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -156,7 +156,7 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(audio; "ulaw", "mu-law PCM"), desc!(video-im; "indeo1", "Intel Raw IF09"), - desc!(video-im; "indeo2", "Intel Indeo 2"), + desc!(video; "indeo2", "Intel Indeo 2"), 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),