From 6e3c858f86170baf4504b94fd2e2c5e60a88e5df Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 8 May 2026 07:37:40 +0200 Subject: [PATCH] nihav_registry: add MSVideo1 tag for MOV --- nihav-registry/src/register.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 834645b..3d29e2f 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -465,6 +465,8 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"SVQ3", "sorenson-video3"), (b"svq3", "sorenson-video3"), + (b"msvc", "msvideo1"), + (b"rt21", "indeo2"), (b"IV32", "indeo3"), (b"iv32", "indeo3"), -- 2.39.5