From 3696882c1fd545090ccf31f0e6e65e45fe32ad92 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 1 Mar 2026 18:10:24 +0100 Subject: [PATCH] nihav_registry: move PGVV entry to MOV codecs as it is a QuickTime codec --- nihav-registry/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 105ef2e..57b9a33 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -411,7 +411,6 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"ARBC", "gryphon-arbc-vfw"), (b"azpr", "apple-video"), (b" elr", "qt-rle"), - (b"PGVV", "pgvv"), (b"ESCP", "escape-any"), @@ -465,6 +464,7 @@ static MOV_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"arbc", "gryphon-arbc-qt"), (b"MPAK", "moviepak"), + (b"PGVV", "pgvv"), (b"UCOD", "clearvideo"), (b"VP30", "vp3"), -- 2.39.5