From: Kostya Shishkov Date: Wed, 1 Apr 2026 16:02:32 +0000 (+0200) Subject: nihav_registry: add Truemotion 1 to native MOV codecs list X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=4acb9b7c0f5954800d334e3b404c896bac48ea99;p=nihav.git nihav_registry: add Truemotion 1 to native MOV codecs list --- 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"),