From: Kostya Shishkov Date: Mon, 8 Sep 2025 17:05:27 +0000 (+0200) Subject: nihav_registry: add Indeo 2 and 3 tags to known MOV codecs X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=578a2381db614b76a08a94fa71f5307162aa910c;p=nihav.git nihav_registry: add Indeo 2 and 3 tags to known MOV codecs --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 894e475..ba2b360 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -436,8 +436,10 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"svq3", "sorenson-video3"), (b"SVQ3", "sorenson-video3"), + (b"rt21", "indeo2"), (b"IV31", "indeo3"), (b"IV32", "indeo3"), + (b"iv32", "indeo3"), (b"UCOD", "clearvideo"),