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