From 4acb9b7c0f5954800d334e3b404c896bac48ea99 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 1 Apr 2026 18:02:32 +0200 Subject: [PATCH] nihav_registry: add Truemotion 1 to native MOV codecs list --- nihav-registry/src/register.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index dcb2103..3e516bf 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -470,6 +470,7 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"PGVV", "pgvv"), (b"UCOD", "clearvideo"), + (b"tmot", "truemotion1"), (b"VP30", "vp3"), (b"VP31", "vp3"), -- 2.39.5