From ecf852d5295328ed5926164c94a0a7b857f0c49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 22 May 2024 14:54:56 +0200 Subject: [PATCH] vulkanh264dec: code style fix Part-of: --- subprojects/gst-plugins-bad/ext/vulkan/vkh264dec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/ext/vulkan/vkh264dec.c b/subprojects/gst-plugins-bad/ext/vulkan/vkh264dec.c index bf35e7a42e..81fb8b363a 100644 --- a/subprojects/gst-plugins-bad/ext/vulkan/vkh264dec.c +++ b/subprojects/gst-plugins-bad/ext/vulkan/vkh264dec.c @@ -1081,8 +1081,8 @@ _fill_ref_slot (GstVulkanH264Decoder * self, GstH264Picture * picture, .width = self->coded_width, .height = self->coded_height, }, - .baseArrayLayer = self->decoder->layered_dpb ? pic->slot_idx : 0, - .imageViewBinding = pic->base.img_view_ref->view, + .baseArrayLayer = self->decoder->layered_dpb ? pic->slot_idx : 0, + .imageViewBinding = pic->base.img_view_ref->view, }; *slot = (VkVideoReferenceSlotInfoKHR) {