mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
vkencoder-private: remove duplicated structure definition
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7354>
This commit is contained in:
parent
591eb2b527
commit
2b52b07a2f
1 changed files with 0 additions and 7 deletions
|
@ -659,13 +659,6 @@ gst_vulkan_encoder_start (GstVulkanEncoder * self,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
priv->enc_caps = (VkVideoEncodeCapabilitiesKHR) {
|
|
||||||
/* *INDENT-OFF* */
|
|
||||||
.sType = VK_STRUCTURE_TYPE_VIDEO_ENCODE_CAPABILITIES_KHR,
|
|
||||||
.pNext = &priv->caps.codec,
|
|
||||||
/* *INDENT-ON* */
|
|
||||||
};
|
|
||||||
|
|
||||||
priv->profile = *profile;
|
priv->profile = *profile;
|
||||||
|
|
||||||
priv->profile.usage.encode = (VkVideoEncodeUsageInfoKHR) {
|
priv->profile.usage.encode = (VkVideoEncodeUsageInfoKHR) {
|
||||||
|
|
Loading…
Reference in a new issue