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:
@@ -883,7 +883,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = 9d9b6181266429ba761af831f29311805a40f593;
|
||||
revision = 1b0134a2ea04a3b967f61a726b5864351280b420;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "9d9b6181266429ba761af831f29311805a40f593"
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user