]> git.nihav.org Git - nihav.git/commitdiff
nihav_registry: move PGVV entry to MOV codecs as it is a QuickTime codec
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 1 Mar 2026 17:10:24 +0000 (18:10 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 1 Mar 2026 17:10:24 +0000 (18:10 +0100)
nihav-registry/src/register.rs

index 105ef2eff85aed3ccc0b8a84c1ad83ca4c21b554..57b9a33b11ad4f47552f066de846f47c9aea1602 100644 (file)
@@ -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"),