From: Kostya Shishkov Date: Sun, 1 Mar 2026 17:10:24 +0000 (+0100) Subject: nihav_registry: move PGVV entry to MOV codecs as it is a QuickTime codec X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=3696882c1fd545090ccf31f0e6e65e45fe32ad92;p=nihav.git nihav_registry: move PGVV entry to MOV codecs as it is a QuickTime codec --- 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"),