fix: bump MPVKit to v1.0.1 for profile 8 Dolby Vision decode

Routes all single-layer DV profile 8 (incl. compat 0) through the Apple
DV decode path, so VideoToolbox decodes it in hardware as true Dolby
Vision instead of failing over to software HDR10. Refs #1262.
This commit is contained in:
edde746
2026-06-06 16:06:31 +02:00
parent 8139fc2b17
commit 3cca29512d
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -918,7 +918,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = 9d9b6181266429ba761af831f29311805a40f593;
revision = 1b0134a2ea04a3b967f61a726b5864351280b420;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "9d9b6181266429ba761af831f29311805a40f593"
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
}
}
],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "9d9b6181266429ba761af831f29311805a40f593"
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
}
}
],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '9d9b6181266429ba761af831f29311805a40f593'
pkg_revision = '1b0134a2ea04a3b967f61a726b5864351280b420'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end