From dda9c8998548da8e3dee96e03929f45c29c82e22 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 4 Dec 2024 18:28:26 +0100 Subject: [PATCH] registry: Indeo 2 can have inter frames --- nihav-registry/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.39.5