]> git.nihav.org Git - nihav.git/commitdiff
registry: Indeo 2 can have inter frames
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Dec 2024 17:28:26 +0000 (18:28 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Dec 2024 17:28:26 +0000 (18:28 +0100)
nihav-registry/src/register.rs

index d39339a3d59061dd4680eca83cbc1d528541b6bf..b9888b907e2872031d71a31e6652cd39948a85d0 100644 (file)
@@ -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),